Hello, here is my problem.
I define an initial SqlDataSource sqlDataSource 1 statically and, according to some input parameters, at runtime I update it dinamically when clicking a button (say btnUpdate), binding it to the RadGrid1 control.
The grid shows the correct results but, when sliding to a second page of results, the items found are not the ones filtered by the updated query but by the initial of the sqlDataSouce1 statically defined.
All this is done with Ajax without postbacking the page.
Where is my error?
Thanks.
I define an initial SqlDataSource sqlDataSource 1 statically and, according to some input parameters, at runtime I update it dinamically when clicking a button (say btnUpdate), binding it to the RadGrid1 control.
The grid shows the correct results but, when sliding to a second page of results, the items found are not the ones filtered by the updated query but by the initial of the sqlDataSouce1 statically defined.
All this is done with Ajax without postbacking the page.
Where is my error?
Thanks.