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
yogita dhingra
NA
31
0
problem in gridview paging
Sep 10 2009 2:54 AM
i m giving girdview paging i have set allowpaging true but while runing its not showing the text like next,previous...... why it is so.? can anyone tell whtz wrong in my code.
<asp:PlaceHolder ID="plcInactive" runat="server">
<asp:GridView ID="gvAgentInactive" runat="server" AutoGenerateColumns="False"
onrowdatabound="gvAgentInactive_RowDataBound"
onselectedindexchanged="gvAgentInactive_SelectedIndexChanged"
onrowediting="gvAgentInactive_RowEditing" AllowPaging="True"
onpageindexchanging="gvAgentInactive_PageIndexChanging" PageSize="5"
onpageindexchanged="gvAgentInactive_PageIndexChanged">
<PagerSettings FirstPageText="First" LastPageText="Last"
Mode="NextPreviousFirstLast" NextPageText="Next"
PreviousPageText="Pervious" PageButtonCount="5" Position="TopAndBottom" />
Reply
Answers (
2
)
Binding FlowLayoutPanel to Stored Procedure
program.cs