Thread
:
ASP.NET Data Controls
View Single Post
#
33
(
permalink
)
08-08-2007, 06:56 AM
Venkat
D-Web Master
Join Date: Mar 2007
Posts: 350
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
Venkat
View Public Profile
Send a private message to Venkat
Find all posts by Venkat