Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by whykeepderegingme

  1. whykeepderegingme

    raising onclick events before postback? should be easy

    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...
  2. whykeepderegingme

    raising onclick events before postback? should be easy

    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...
  3. whykeepderegingme

    Need login pop-up to halt current page load

    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...
  4. whykeepderegingme

    Adding rows to a table

    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...
  5. whykeepderegingme

    Adding rows to a table

    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...
  6. whykeepderegingme

    How to use include files with ASP.NET

    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...

Part and Inventory Search

Back
Top