jpham79 Posted March 19, 2004 Posted March 19, 2004 I created a .aspx webform. But I can't add a dataset to it for some reason ! It gives me message "unspecified error." Also, even worse, all my other aspx webforms have the datasets missing. The actual datasets still exist in the folder. But the link to the webforms seem to be gone. I have no idea why this happened. Everytime I try to do something such as generating or previewing dataset through the sqldataadapter, it gives me the same "unspecified error" message. What is wrong? ANy help very much appreciated. Quote
Moderators Robby Posted March 19, 2004 Moderators Posted March 19, 2004 A dataset is a container for datatables it is not ment to be placed on a form, I think what you need is a Datagrid then you can bind a dataset as its' dataSource. Here's a sample http://samples.gotdotnet.com/QuickStart/aspplus/default.aspx?url=/quickstart/aspplus/doc/webdataaccess.aspx Quote Visit...Bassic Software
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.