DataGrid Paging Question

  • Thread starter Thread starter Matthew Louden
  • Start date Start date
M

Matthew Louden

I created data grid that retrieves data from the database. In Paging
property, I set "AllowPaging" to True, and "PageSize" = 5. If I have 10
records to display, I assume ASP.NET will partition in 2 different pages to
display the records.

When I run the application, it has an arrow on the datagrid, but when I
clicked it, nothing happen, but just show the following message in status
bar:

javascript:_doPostBack('dgEmployeeInfo$_ctl9$_ctl1',")

Any ideas??
 
Back
Top