Hi all,
I am trying to bind a grid(in webform1.aspx) from my user control.
The purpose is that, I have some cotrols in my usercontrols, and as the control's value changes, i have to rebind.
So, is there any possiblity to bind the grid(which is in say webform1.aspx) from my usercontrol's control event?(eg: button click event in usercontrol, can i bind the grid)
Hope someone will help me
thanks