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
 
Back
Top