Hi All,
I have a few ASP.NET user controls on my new page ( http://www.inoxia.co.uk/dotnet) with a boolean property 'visible'. This simply sets the visibility of an inner DIV tag inside the control so the boxes can be 'expanded' or not, either by code or by the user clicking the little + and - buttons in the corner. Have a play.
The initial visibility of the controls will be based on certain factors (cookies, etc) when the home page loads. The only proplem is, when the user clicks the link, the controls are re-loaded and take on the default properties (visible = false). How can I get it so the visibility of the controls is stored somehow?
__________________
Minaki Serinde MCP
"Wow, Linux is nearly on-par with Windows ME!"
Please login or register to view this content. Registration is FREE | Please login or register to view this content. Registration is FREE
|