Run code in page from custom server control
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hello, I have created a server control with several buttons. When particular buttons in the control are pushed, I would like to execute code from a corresponding method in the parent page. Does anybody know how to accomplish this? So far, I can raise a postback event and specify code to be run in the actual control. Thanks, RC
-
Hello, I have created a server control with several buttons. When particular buttons in the control are pushed, I would like to execute code from a corresponding method in the parent page. Does anybody know how to accomplish this? So far, I can raise a postback event and specify code to be run in the actual control. Thanks, RC