GridView and dynamic query

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i have a GridView which i can Page on (go to page 2,10,...)

the thing is that i have a dynamic query which set the GridView from starts
on page 1.

the thing is that when i start to go over the pages - the dynamic query isnt
saved and i cant go to the real page 4 for example

of the dynamic query,rather i go to page 4 of the original basic query

what can i do?

thnaks i nadvance

peleg
 
i have a GridView which i can Page on (go to page 2,10,...)

the thing is that i have a dynamic query which set the GridView from starts
on page 1.

the thing is that when i start to go over the pages - the dynamic query isnt
saved and i cant go to the real page 4 for example

of the dynamic query,rather i go to page 4 of the original basic query

what can i do?

thnaks i nadvance

peleg

GridView Examples for ASP.NET 2.0: Paging and Sorting the GridView's
Data
http://msdn2.microsoft.com/en-US/library/aa479347.aspx

Hope this helps
 
Back
Top