TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Aamir Khan
NA
277
439k
Problem in DataGridview Paging
Feb 20 2012 7:19 AM
Dear Friends,
I am having a Data Gridview and had done allow Paging="True"
,on the display i have 10 records and its proper but when i click on the 2nd link at the bottom the gridview is blank.
what could be the mistake.the code is as follows.
protected void GridView1_PageIndexChanging(object sender, GridViewPageEventArgs e)
{
GridView1.PageIndex = e.NewPageIndex;
GridView1.DataBind();
}
reply.
Thanks & Regards,
Aamir
Reply
Answers (
2
)
requestLengthDiskThreshold
Connection string in web.coonfig file