|
-
May 20th, 2009, 04:36 AM
#1
Thread Starter
Fanatic Member
-
May 20th, 2009, 04:51 AM
#2
Re: Invoke a Method when UserControl's textbox event is fired
Hey,
What you want to do is create an Event in the UserControl, and subscribe to that event in the main page. Then, when you raise the Event in the UserControl, you can take additional action in the Event Handler on the host page.
Have a look at this article here:
http://codebetter.com/blogs/brendan....-Controls.aspx
On doing just that.
Hope that helps!!
Gary
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|