Im currently looking for a method to page my products. I see a lot of articles written on using the datagrid control, only my menu.ascx file uses a form allready, and when I try to add a datagrid to my products.aspx page I get an error not letting me have more than one form.
Does anyone know a way around this? (Adding two forms to a page). Or does anyone know of any good articles on creating paging with a dataList? How would you get your previous and next buttons without a form, if you do use a datalist? Im stuck....
any help would be great, thanks...
-alecThe best thing is to make your web user control without a form (it shouls always be so). And your user control will automatically use the form of the web page.
0 comments:
Post a Comment