G
Guest
Hi,
Normally i use the LoadControl method following this way:
LoadControl("usercontrol1.ascx");
But its possible do something like this.
string control="usercontrol1.ascx";
LoadControl(control);
If not, could you recomend any solution to resolve my problem?
Normally i use the LoadControl method following this way:
LoadControl("usercontrol1.ascx");
But its possible do something like this.
string control="usercontrol1.ascx";
LoadControl(control);
If not, could you recomend any solution to resolve my problem?