skip to main
|
skip to sidebar
Aatish Jadhav
Tuesday, March 30, 2010
HOw to add pager style...
1) Allow Paging =true
2) allow sorting=true.
NextPageText="Next " PreviousPageText="Previous" />
protected void gvrListOfStudent_PageIndexChanging(object sender, GridViewPageEventArgs e)
{
gvrListOfStudent.PageIndex = e.NewPageIndex;
gvrListOfStudent.DataBind();
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Followers
Blog Archive
▼
2010
(70)
▼
March
(5)
Assign datatable to viewstate
HOw to add pager style...
How to pass two values two query string
How to automatic REFRESH webpage after few seconds.
How to fill DROPDOWN LIST on row data bound
►
February
(65)
►
2009
(2)
►
November
(1)
►
August
(1)
About Me
Aatish Jadhav
View my complete profile
No comments:
Post a Comment