Posted By rsamala on 7/26/2005 2:08:08 PM
Well, I did that by making other panel invisible at page load and making it visible at the click of the button, but dont know why...it doesn't work when i am trying it on the registration page of DNN 3.1. if anybody did a custom module on registration page or if anybody did get this working...please do let me know.
Thanks
Raj
When customizing a core module, I normally take a copy of the core module, copy it to my own project and modify as necessary. (removing out all of the stuff I don't need).
The codebehind probably modifies the visibility of the panel, thats why you aren't seeing any changes I suspect. |