G
Guest
Hi,
I've developed few asp 1.1 application, now I'm about to develop my first
asp2.0 appliation.
I'm afraid to use old techniques so I want to focus and learn the best
Asp2.0 techniques.
How do u implement your 3tier flow from user to db?
1. Which control to u use to present report data? Do u use the gridview?
2. How do u bind your business object to the data control? Do u use object
Data source? Or maybe you create generic collection of your
Business object which the gridview can accept as data source?
3. Do u use the new vs2005 DAL wizard which creates xml DAL out
Of db structure? Or do u use the new MS DAL block with generics?
4. Is there good tutorial about asp2 techniques for managing data (in
Msdn there are plenty articles, many of them use data oriented techniques
Such as datasets, etc… I don't like this approach).
Thanks.
I've developed few asp 1.1 application, now I'm about to develop my first
asp2.0 appliation.
I'm afraid to use old techniques so I want to focus and learn the best
Asp2.0 techniques.
How do u implement your 3tier flow from user to db?
1. Which control to u use to present report data? Do u use the gridview?
2. How do u bind your business object to the data control? Do u use object
Data source? Or maybe you create generic collection of your
Business object which the gridview can accept as data source?
3. Do u use the new vs2005 DAL wizard which creates xml DAL out
Of db structure? Or do u use the new MS DAL block with generics?
4. Is there good tutorial about asp2 techniques for managing data (in
Msdn there are plenty articles, many of them use data oriented techniques
Such as datasets, etc… I don't like this approach).
Thanks.