Sure thing. There are lots of ways to do this. You could put each user
control in a asp panel object (all set with visible and enabled properties
set to false). Then when a user makes a selection, such as in a dropdown or
clicking a linkbutton, you capture the event and set the visible and enabled
properties for that particular panel to true. You can also have a
placeholder object that you could dynamically load the needed user control
into.
Hope this helps,
Mark Fitzpatrick
Microsoft MVP - FrontPage
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.