Pages
(Move to ...)
Home
Styletint
The Spousal
Developer Help
▼
Tuesday, January 6, 2015
Load user control dynamically from code behind in asp.net
Load control from code behind in asp.net:
UserControl
uc = (
UserControl
)LoadControl(
"~/UserControl/ContactUs.ascx"
);
plcContactUs.Controls.Add(uc);
plcContactUs
could be a panel or place holder
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment