Gridview Postbacks
My Iphone and Android instructor (who also so happens to be a .NET Guru) told me in her class not too long ago that the Visual Studio 2012 GridView includes EnableSortingAnd PagingCallbacks property so that when you enable this property the GridView's paging and sorting events use client side AJAX callbacks to pull back the data rather than full page postback. I was wondering, I don't remember seeing that being explained in your book. But if it is, I would like to find the part of the book that shows how to set this up step by step, in tutorial fashion, the way your book is written. That is a great way to learn, step by step in tutorial fashion the way you have your book set up. I looked through the book but I can't find a section on this anywhere. Maybe you can point me in the right direction or something. Searching on the internet for this information has proven to be an exercise in frustration, maybe you or someone else can tell us where to find this information.
Thank you :-) once again. You have been a great help.
|