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