0

Is there any existing software for generating a UserControl from a table of a database?

For example, my table contain 3 fields : name , last name , age.

The software generates a user control that has 3 labels and textboxes with validation and submit button and a gridview for displaying information , etc...

Thanks all.

0

3 Answers 3

4

You might want to look into Dynamic Data. It's an ASP.NET framework developed by Microsoft that automatically generates common UI elements based on Linq to SQL or Entity Framework objects (which are trivially easy to generate from a simple table like the one you mention.)

Sign up to request clarification or add additional context in comments.

4 Comments

Hi my friend. thanks for your attention. does dynamic dynamic data better that asp.net maker?
Unfortunately, I haven't used ASP.NET Maker. I will say that Dynamic Data is well regarded, and being a Microsoft framework, plays nice with other approaches if you decide to add more customization or functionality to your site.
@this. __curious_gee Please describe more. what do you mean?
@shashin: sry. its a typo. Dynamic Data. Dynamic data best suits to ur need.
1

What you describe sounds an awful lot like UI "scaffolding". Take a look at the following article and related question:

ASP.NET Scaffolding/Templating CRUD Solutions
Dynamic Data

2 Comments

thank you :) does Dynamic data powerful tool? dynamic data vs asp.net maker?
Dynamic data is fairly useful but it also has some limitations. You should try it out and see if it fits your needs.
1

Here's one more O/R mapper capable of scaffolding (generating UI from database): http://www.subsonicproject.com/

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.