well, i got it to work, by changing panels in the Click event, because this causes another postback, and then I don't do anything in page_load, other than set languagePanel.Visible to true if IsPostBack is false.
I have made the login system based on panels because I have had a heinous time...
Hey,
I want to run a button click event BEFORE postback. Logical, yes. Useful, yes, on pretty much every page of my web app.
It makes perfect sense to me, my logic does:
You have a page with 2 panels on it. The first, "Language" has a few buttons on it, for language selection. The...
Hey,
I have a user control that checks for login information, which is stored in a cookie. So, each of the pages in my system, excluding the login page, has one of these controls.
It works, but now I'm trying to figure out how to handle expired credentials.
What I am looking for is a way to...
I'm aware of all that, but it doesn't help my problem any.
I don't want to postback if I can avoid it, I just want to modify the HTML for the table, to add some more rows to it, or make some rows visible that were previously invisible (whichever I can get to work, I don't care as long as...
Hey,
I have an ASP:Table that is generated dynamically. I add 10 rows, then I want to have a button, each time pressed will add 5 more rows, while maintaining the data already in the table.
I have had no luck, my table survives postbacks on its own, but as soon as I try to add a new row (I...
hey, before i get deregistered randomly for the 3rd time, I have a question.
I am converting a system from ASP to ASP.NET. Our current system uses include files extensively. For example, each page includes LanguageManagerINC.asp. In LanguageManagerINC.asp, we include LanguageVars.asp, which...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.