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?