create a webforn in runtime
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
hii, i want to create a webform in the runtime. it is something like a tool to build a web form? do u have any ideaies? thanks
One Idea!!! How bout if you use XML and XSLT Create xml after reading the tables in database you might be bulding forms upon and then convert xml by using xslt? If not depending on tables on database just make some rules to create xml which will represent a form and then convert that through xslt? What do you think?