I'm having issues with figuring out a way to keep a div visible after a post back.
I have a button on the form, when clicking the button a div that was style="visibility:hidden;" is set to style="visibility:visible" via java script.
Inside of this div is a asp.net Calender control, when I switch months the control posts back and the div is hidden again. How do I keep the div visible until a date is selected on the calender?
Thanks,
Bradley


Reply With Quote
) complex (or in C#)