I
Iain
All,
When changing the display of a GridView with :
SqlDataSource1.SelectCommand = "SELECT ....blah blah"
SqlDataSource1.DataBind();
After the result set changes within the Gridview the paging no longer
works, is there a way to re-page the control so it works correctly on
the newly displayed data.
Regards
Iain
When changing the display of a GridView with :
SqlDataSource1.SelectCommand = "SELECT ....blah blah"
SqlDataSource1.DataBind();
After the result set changes within the Gridview the paging no longer
works, is there a way to re-page the control so it works correctly on
the newly displayed data.
Regards
Iain