I have developd the custom module, By default the custom module will have the three user controls that are Edit.ascx, View.ascx and settings.ascx, In the view.ascx user control i had added the three links, please find it below
Profile | Photos | Video
And i have created three user controls , please find it below
1)Profile.ascx
2)Photos.ascx
3)VIdeos.ascx
The objective of this is when the user click on the Profile link we need to display the Profile.ascx, then if the user click on Photos link we need to display the Photos.ascx, and like wise if the user click on the Videos Link we have to display the Videos.ascx...
now, Everything is working fine if we are in the EDIT mode, to explain this if we click on the Profile Link it is displaying the Profile.ascx, and if we click on the Photos it is displaying the Photos.ascx and if we click on the videos it is displaying the videos.ascx, so all this working fine in the EDIT mode.
But While we are in the VIEW mode, if i click on the any of the links Profile, Photos, Videos, the page now kust refreshing and does not showing the user control for the corresponding clicks.
Please let me know is my infomation is fine, Or do you have any question
Thanks ina advance