GridView CallBack

  • Thread starter Thread starter rony_16
  • Start date Start date
R

rony_16

Hi,
I am trying to use the callvbck option with gridView.
i enabled the callback option i GridView i order to use the paging and
sorting without refresh.
but i have a problem with that because i need a "select button" in the
grid, and from what so the CallBack option do not work if the select
button is enabled.
is there a way to use the callback option and use the select button?

Regards, Rony
 
switch to the ajax update panel. it has better serialization support
then the simple ajax support in the gridview.

-- bruce (sqlwork,com)
 
Back
Top