borgatwolf3591
New Member
I have a simple form that takes values (via a <asp:textbox>) and postsback to itself - during postback, using oledb datasets I populate a datagrid and want to enable paging.<BR><BR>My problem is: when I enable paging is tells me that I must use my datagrid within form tags - but I already have one form tag on my page already - that handles the textboxes before postback.<BR><BR>Any ideas on how to solve this problem??