Hi David
Thanks for the reply.
I don't want to see all rows at once
Because Paging is a requirement for my application.
One of the gridview column is editable.
I'm having a text box as a template field in that column, where user enters
some numeric value.
After entering the data in all rows user clicks Save button where i want to
save the data of gridview.
Thanks
Srinivas
"David Wier" wrote:
> If you're wanting to access and see all the rows at once, why do you need
> paging enabled?
> You could always have a button that turns paging on/off - to see all rows,
> or not....that is, if you want to go back and forth
>
> --
> David Wier
> MVP/ASPInsider
> http://aspnet101.com
> http://aspexpress.com
>
>
>
> "srinivas" <(E-Mail Removed)> wrote in message
> news:3BD63587-E83D-453F-951D-(E-Mail Removed)...
> > Hi All,
> > Can anybody please help me, how to access all rows in a grid view if the
> > paging is enabled?
> > If gridview contains 100 rows and pagecount=10, then in the gridview.rows
> > collection, i'm getting only those 10 rows which are displayed on the
> screen.
> > But i want to access all the 100 rows in the code.
> >
> > Thanks in advance
> >
>
>
>