I am slowly getting into ASP.NET, currently trying to make a small webforms app for a hackathon.
But here's the problem. When I click on the button, it just resets the page and as I understand, runs "Page_Load". The text is also resets to the value from Page_Load.
Now, I'll try to give code and try to give the best descriptions.
Here's the Page_Load, it just displays the name of the user, and hides the table with company names.