S
Sparky Arbuckle
I am developing a web application that is panel-intensive. Is it
possible to hide/show a panel by merely clicking on a hyperlink?
I could use buttons instead and have an onClick handler for each or if
I really wanted to get crazy I could link to the document and pass
something in the querystring.
It seems so easy, click on a hyperlink: Panel1.Visible = False
Any suggestions?
possible to hide/show a panel by merely clicking on a hyperlink?
I could use buttons instead and have an onClick handler for each or if
I really wanted to get crazy I could link to the document and pass
something in the querystring.
It seems so easy, click on a hyperlink: Panel1.Visible = False
Any suggestions?