Re: Implementation Data Controls in asp.net hi,
<asp:GridView PageSize="1" AllowPaging="true" DataSourceID="SqlDataSource1" ID="GridView1" runat="server">
</asp:GridView>
Please remove your PageTemplate and try again. My code just share some idea that can do the same thing without PageTemplate.
Regards
Venki |