简体   繁体   中英

How to create forms using Tables in C#?

I'm using C# .NET 4.0 VS 2010. Newbie.

In the old versions of VB (not .net), there is what you call Form Wizard that creates Forms with automatic Labels and Textboxes just by declaring the table. (with Grids if more than one tables with 1:many relationship)

I tried searching the internet but all i got was either how to create a wizard form (not what i want) or create database from form. I'm also not fully familiar yet with IDE of VS.

Did VS rename it? Removed it? Can somebody point me where in VS i can do this?

根据这个帖子中的评论: http//connect.microsoft.com/VisualStudio/feedback/details/524951/data-form-wizard-is-missing-in-visual-studio-2008 ,这个设计师模板(“数据”表格“在Visual Studio中不再存在.AFAIK,您必须手动执行此操作。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM