User Controls Articles

Passing Value To a User Control From a Web Page

This article will give you abrief idea how to load a user control dynamically and pass values to it. Thiscan be also taken as a best example for the use of properties.<o:p></o:p> <o:p> </o:p> Step1: Create a web page- default.aspx and place a place holder in it.<o:p></o:p> Step2: Create a usercontrol- my.ascx and place a label [...]

Read more