AutoCreate TextBox ?

  • Thread starter Thread starter WJ
  • Start date Start date
W

WJ

How can I automatically creating all the database fields on an Asp.Net form
using VS.Net IDE, like that of FrontPage 2003 that can do it with Databse
Wizard

Thanks

John
 
hi,

AFAIK there is no such feature out of the box yet (it should exist in vs.net
2005 though)
 
Add New Item | Data Form Wizard

It may depend on the version of VS.Net that you are using. It works in
Enterprise.
 
Hi Jim,

As I recollect (I might be wrong) it creates only a grid for asp.net project
and not individual fields.
Am I missing something?
 
You are right of course, I don't normally use the wizards, I was thinking of
WinForms even though the OP said ASP.Net.

I'm more of a CodeSmith fan! http://www.EricJSmith.com/CodeSmith

Miha Markic said:
Hi Jim,

As I recollect (I might be wrong) it creates only a grid for asp.net
project and not individual fields.
Am I missing something?

--
Miha Markic [MVP C#] - RightHand .NET consulting & development
miha at rthand com
www.rthand.com

Jim Hughes said:
Add New Item | Data Form Wizard

It may depend on the version of VS.Net that you are using. It works in
Enterprise.
 
Back
Top