I need to create a typed dataset using vs.net 2008.

It is not based on a database table.

link|improve this question

60% accept rate
feedback

1 Answer

up vote 2 down vote accepted

Add a dataset to the project by adding a new item.Let's say you name your dataset "myDataSet".

Open the myDataSet in designer mode, richt click, you will find "ADD"-> "DataTable".

Thanks, rAm.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.