Hi All,
I have a GridView in my webapp which displays data from a SQL datasource. The datasource is set via code (as opposed to the markup - apologies if my terminology is incorrect).
What I'd like to be able to do is when the user clicks on data in the row, the GridView datasource changes based on what was clicked, and the GridView updated to show the new data.
This may not be the best way to do this and if so I'm open to suggestions. Ultimately I need to be able to 'drillthrough' from the initial data to display a breakdown of the selected row.
How could I do this? This is in C#.
Thanks ,
I have a GridView in my webapp which displays data from a SQL datasource. The datasource is set via code (as opposed to the markup - apologies if my terminology is incorrect).
What I'd like to be able to do is when the user clicks on data in the row, the GridView datasource changes based on what was clicked, and the GridView updated to show the new data.
This may not be the best way to do this and if so I'm open to suggestions. Ultimately I need to be able to 'drillthrough' from the initial data to display a breakdown of the selected row.
How could I do this? This is in C#.
Thanks ,