conditionally loading a user control

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Just wondering if anyone knows how to conditionally load a user control on a
page?
In other words load the user control if the page is reached with one link
and do not load it if it is reached by another link.
Thanks,
 
For dynamic loading use LoadControl method specify a virtual path for the
user control which u wanna to load
 
ok thanks for the information.

Yunus Emre ALPÖZEN said:
For dynamic loading use LoadControl method specify a virtual path for the
user control which u wanna to load
 

Ask a Question

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.

Ask a Question

Back
Top