Hi I've built a ASP.NET user control (ascx) with a radgrid in it.
The control is placed on a ASPX page. When a user click on a row in the radgrid
When a user click on the radgrid in the ASCX I want to do an ajax update of a couple of graphs on the ASPX page.
What's the best way to get the event in the ascx to the aspx page and update the controls based on the current selection in the grid?
Thanks!
The control is placed on a ASPX page. When a user click on a row in the radgrid
When a user click on the radgrid in the ASCX I want to do an ajax update of a couple of graphs on the ASPX page.
What's the best way to get the event in the ascx to the aspx page and update the controls based on the current selection in the grid?
Thanks!