|
-
Sep 10th, 2004, 01:57 PM
#1
Thread Starter
Addicted Member
Dynamic Forms
I want to use ASP.NET to present a dynamic form. That is, I want most of my Web page window to be standardized, but the content of the page may vary widely in terms of the number and types of fields. I want a particular database table to determine which fields to display where.
So by checking the table I find that I need two checkboxes and two text boxes. I also find which stored procedure I need to get the data.
The table also provides an HTML snippet. The snippet describes just the fields and their relationship to each other and any style features.
For this to work, we would have to be able to count on two things that I'm not sure .NET will allow us to do:
1. We must be able to insert HTML design at a precise location at runtime.
2. We want to be able to insert viewstate aware <inputs>
Can it be done?
cudabean
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|