Paging toGridView
-
Hi all, My gridview was populated by some records and i have provided page size of 10. When i do the paging the it reload the whole page but i want it show load only that specific portion of the page instead of loading whole page. how can i do that? Can i do this using Ajax? Thanks
People Laugh on me Because i am Different but i Laugh on them Because they all are same.
-
Hi all, My gridview was populated by some records and i have provided page size of 10. When i do the paging the it reload the whole page but i want it show load only that specific portion of the page instead of loading whole page. how can i do that? Can i do this using Ajax? Thanks
People Laugh on me Because i am Different but i Laugh on them Because they all are same.
rahul.net11 wrote:
Can i do this using Ajax?
Yes, use UpdatePanel[^].
I Love T-SQL "Don't torture yourself,let the life to do it for you." If my post helps you kindly save my time by voting my post. www.aktualiteti.com
-
rahul.net11 wrote:
Can i do this using Ajax?
Yes, use UpdatePanel[^].
I Love T-SQL "Don't torture yourself,let the life to do it for you." If my post helps you kindly save my time by voting my post. www.aktualiteti.com
Hi, I have done this using update panel. It will not postback the page, but i want to reload a specific portion of the page then how can i do this? I read a article some where that we can reload specific portion of the page using AJAX. Thanks Rahul
People Laugh on me Because i am Different but i Laugh on them Because they all are same.
-
Hi, I have done this using update panel. It will not postback the page, but i want to reload a specific portion of the page then how can i do this? I read a article some where that we can reload specific portion of the page using AJAX. Thanks Rahul
People Laugh on me Because i am Different but i Laugh on them Because they all are same.
If your gridview is inside UpdatePanel then it should load only gridview and not all page.
I Love T-SQL "Don't torture yourself,let the life to do it for you." If my post helps you kindly save my time by voting my post. www.aktualiteti.com