Raising event from an user control
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I am asked to do an user control which takes the input for the PageSize and PageNumber.The User control also has a button on clicking which would set the PageSize and Page Number of a Grid.Grid is not part of a user control. If a Page has a Grid control and my user control is registered in it. How should I be doing this?I need an approach.Do I need to raise an event from user control which will be captured by the page containg grid. So that I can do databinding in that by assigning the values of pageSize and Page Index from User Control. Any suggestions or links would be helpful. Thanks
Today is a gift, that's why it is called the present.