views:

26

answers:

2

I want to get a list of all available datasets (that I'd creat in my Asp.net project)

After that I want to select a Dataet from the list and get The list of Available DataTable included in that Dataset.

Finally I should b able to check all Data Tables Fields

How To Do This ?


Note that I know VS already has a dataset Panel but thats too heavy and I want to create my own panel. so please do not recommand to use this one.

+1  A: 

Load the executing assembly using reflection and see getPropertyInfo function, it will help you a lot. This post from tech-republic may help you

lakhlaniprashant.blogspot.com
A: 

Hi Nasser, did you succeed in reading all fields of all data tables of your project? Would be interested in the solution!

Matthias

Matthias
Unfortunately, I'm still checking available solution and till this time the only solution was to reflecting dot net.If you know some other solution share with us
Nasser Hadjloo