D
Dinu
How to Cast a Variable to User control in ASP.NET using vb.net as code-
behind
behind
How to Cast a Variable to User control in ASP.NET using vb.net as code-
behind
Hello Dinu
Dim myUserControl As UserControl = DirectCast(<var>, UserControl)
Yes you can, read:can we use Ctype method??
Access the masterpage in a contentpage with this.Master.Page, use furtherCan u tell me how can we dynamically access properties of a user
control
in master page from a content page and set properties of user control
in master page from content page