Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Controls > how EnableSortingAndPagingCallbacks works?

Reply
Thread Tools

how EnableSortingAndPagingCallbacks works?

 
 
xchen.kevin@gmail.com
Guest
Posts: n/a
 
      05-24-2006
I am starting to study ASP.net20.I met a problem today.As we
know,Gridview control can perform paging and sorting function without
refresh by set EnableSortingAndPagingCallbacks True.I wonder how to get
it and what's the mechanism?
Any answer is appreciated.

 
Reply With Quote
 
 
 
 
Brock Allen
Guest
Posts: n/a
 
      05-28-2006
Look into the ICallbackEventHandler interface. This is new in 2.0 and allows
a control to make client callbacks into the server (a la AJAX style apps).

-Brock
http://staff.develop.com/ballen


> I am starting to study ASP.net20.I met a problem today.As we
> know,Gridview control can perform paging and sorting function without
> refresh by set EnableSortingAndPagingCallbacks True.I wonder how to
> get
> it and what's the mechanism?
> Any answer is appreciated.



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: How include a large array? Edward A. Falk C Programming 1 04-04-2013 08:07 PM
GridView EnableSortingAndPagingCallBacks Select command. MikeS ASP .Net Web Controls 4 11-16-2006 02:25 AM
GridView & EnableSortingAndPagingCallbacks =?Utf-8?B?RGVtZXRyaQ==?= ASP .Net 1 05-29-2006 02:44 PM
EnableSortingAndPagingCallbacks run time setup bug? =?Utf-8?B?U3VuU21pbGU=?= ASP .Net 0 03-09-2006 12:12 AM
GridView EnableSortingAndPagingCallbacks swesorick@gmail.com ASP .Net Web Controls 1 01-20-2006 02:03 PM



Advertisments