page-index-changed Questions

5

Solved

I have a gridview which I am using to display a dataset result. The problem is I am using paging in it. But when I click on the page # it says that I haven't handled the event. Do I need to rebind ...
Lamori asked 12/1, 2011 at 5:26

5

Solved

I have created: one master page and one content page called Detail. On Button click event, displaying data in grid view. In grid view, columns are autogenerated. I wanted to show 11 column in gri...
Scenography asked 30/10, 2011 at 14:52

6

i have allowed paging and added the below codes but got the error. Does anyone know what could be the problem? Code: protected void SubmitAppraisalGrid_SelectedIndexChanging(object sender, GridV...
Clinquant asked 16/3, 2012 at 3:56

4

Solved

I am using a gridview and I want to use paging. I have already set allow paging to true and page size to 5. I can see the numbers at the base of my gridview, but when i click on a number to move to...
Rolo asked 15/4, 2011 at 4:41

2

Solved

This question seems to be common and I went through this answer already. Unfortunately, my page still isn't being paged. Here's what my code looks like in C#: SqlCommand command = new SqlComman...
Overnice asked 12/4, 2013 at 21:33
1

© 2022 - 2024 — McMap. All rights reserved.