Data Source in ASP.NET 2.0 Verses System.Forms

H

Hoffmania

I must be missing somthing ....

The new form designer in VS 2005 allows for drag and drop of compnents
from the data sources tab. With this functionality one can almost
'magicly' create standard windows form CRUD apps from Object or Web
Service Binding just by dranging and droping the 'Details' of the
binding source.

Is this same functionality not present in ASP.NET or am I missing
somthing?

Hoffmania
 
G

Guest

I am not sure if i understand what you mean because i have never developed
windows forms aplications, but you can pretty much use drag and drop to
create datasources and populate grids and stuff. To create a simple grdiview
of an SQL server table, drag and drop an SQLDataSource control onto the page
in design view, click on the little arrow in the top left corner and select
configure datasource. It will then run a wizard to create your queries,
(without having to do any SQL). Then drag a gridview onto the page in design
view, click the little arrow on the gridview and select the datasource that
you just create from the drop down menu. The more complex you want to get
the more you have to do, but you can do some quite complex stuff without
having to write any actual code, just markup.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,763
Messages
2,569,563
Members
45,039
Latest member
CasimiraVa

Latest Threads

Top