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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. GMillsy

    Multiple Web User controls, with buttons

    Well, I fixed the problem myself. But I'd like to let everyone else know what i did. I changed the propertry code till it looked like this ========================== Private control As Integer = 1 Public Property Has_control() As Integer Get Return...
  2. GMillsy

    Multiple Web User controls, with buttons

    This code is in the main .aspx file. Note, textbox1 is just something I put on to try and see if any code was being run. It normally will not, unless like I said before, I put the code that is in page_load, into a button.click event on the main page. I've also made sure than non of the other...
  3. GMillsy

    Multiple Web User controls, with buttons

    I am trying to get a .ASPX page for users to signup/login to. And I decided to make multiple Web User controls to just switch between with the .visible property. Works great for the controls that don't have any dynamic content like buttons. But on any of the controls that have buttons whenever...

Part and Inventory Search

Back
Top