bunyan
unread,Feb 13, 2008, 9:16:32 PM2/13/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Web Forms 2.0 Implementation
Hello!
What is the best practice to re-create dynamically built form after
its unsuccessful submit or for editing data?
I mean the following: I create a form using web forms 2.0 repeating
blocks functionality (i.e. test case 3), add several blocks and submit
the form, and its validation on the server fails. I need to show user
a form with all the dynamically added blocks, but it will appear in
its initial state.
For this case, shall I generate the form on server side? Or send the
full html of the form along with submitted data to the server, store
it and get back when needed? Or generate an XML file on server side
that contains the "form structure" and pass it to the form?
Thank you.