T
TCORDON
I have a DataGrid with this properties set:
AllowPaging = True
PagerStyle/Mode = NumericPages
In my form_Load:
If not(me.ispostback) then
' Some code to get the data into DS...
grdItems.DataSource = DS.Tables(0).DefaultView
grdItems.DataBind
endif
It binds the data ok but when i click another page number....nothing happens
it seems it does a PostBack but displays the same records.
TIA
AllowPaging = True
PagerStyle/Mode = NumericPages
In my form_Load:
If not(me.ispostback) then
' Some code to get the data into DS...
grdItems.DataSource = DS.Tables(0).DefaultView
grdItems.DataBind
endif
It binds the data ok but when i click another page number....nothing happens
it seems it does a PostBack but displays the same records.
TIA