Click here to Skip to main content
15,886,724 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I need an application in .net which accepts the columns name as input say Name, Currency, Address etc. and based on it , application will create web page having all the columns mentioned in input
with label as field and text boxes. And it will have validation as well as per column name.


I could any type of .net application like console application or web application but preferable in code behind it should be C# .
Posted
Comments
Kornfeld Eliyahu Peter 7-Oct-15 3:14am    
CodeProjectg is NOT a code-request site...You should look for some freelancer site to find someone to write you the application you need...
Naveen.Sanagasetti 7-Oct-15 4:07am    
Your Car giving trouble, first you need to start push it then only few of them are also start push it. If you simply Go and sit and ask others to push the car, that is not a request manner, that is demanding/ commanding we are not working for you. We will push you that's it.
Member 12003400 7-Oct-15 5:01am    
you can use anything..Such functionality can be achieved using webform,mvc,winform anything. Please freeze your requirement/ Expectations first.

1 solution

In MVC application, you can achieve this thing by creating models.
Based on the model you can add view and select the template like Edit, View, Create etc. which will create dynamic screen.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900