Raise a method on a button in a usercontrol, from the page where usercontrol is included
ASP.NET
3
Posts
2
Posters
0
Views
1
Watching
-
Hi. I have a usercontrol with a button. The click event of this button I want to put in the page where the usercontrol is put. So, in the usercontrol it won't have any code. Just in the defaul page. How can I do that? Thanks.
-
Hi. I have a usercontrol with a button. The click event of this button I want to put in the page where the usercontrol is put. So, in the usercontrol it won't have any code. Just in the defaul page. How can I do that? Thanks.
Refer http://www.codeproject.com/aspnet/SearchWebUserControl.asp[^] Sanjay Sansanwal www.sansanwal.com
-
Refer http://www.codeproject.com/aspnet/SearchWebUserControl.asp[^] Sanjay Sansanwal www.sansanwal.com
Thank you man! Rgds. Fernando Lopes