How to get the name of my custom control ?
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Imagine this... I have a custom control and I drag it onto a .net web page. The custom control is given the id 'objMyControl'. In the Page_Load event of the custom control I want to know what the page has called my control. Any ideas?
-
Imagine this... I have a custom control and I drag it onto a .net web page. The custom control is given the id 'objMyControl'. In the Page_Load event of the custom control I want to know what the page has called my control. Any ideas?