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??
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top