View Single Post
  #33 (permalink)  
Old 08-08-2007, 06:56 AM
Venkat Venkat is offline
D-Web Master
 
Join Date: Mar 2007
Posts: 350
Venkat is on a distinguished road
Thumbs up Re: Implementation Data Controls in asp.net

hi,

about the solution, have you set AllowPaging='true'?
<asp:GridView PageSize="1" AllowPaging="true" DataSourceID="SqlDataSource1" ID="GridView1" runat="server">
</asp:GridView>



Regards
Reply With Quote