Storing form data
- From: "garethdjames@xxxxxxxxx" <garethdjames@xxxxxxxxx>
- Date: 10 May 2005 05:37:51 -0700
I am looking for a generic way of storing and reloading form data,
I will implement IPostBackHandler and enumerate through the form
objects, then persist them to my DB,
I then want to on PageLoad, load this state and apply it to the state
of the form,
I don't want to loop through each name value and set it manually, I'd
like to do it genericaly,
It would be good if I could do Request.Form = XXX, but the Request
object is read only
.
- Follow-Ups:
- Re: Storing form data
- From: garethdjames@xxxxxxxxx
- Re: Storing form data
- Prev by Date: Re: Setting RadioButtonList selection
- Next by Date: Re: Can I translate to a different language on replication?
- Previous by thread: Can I translate to a different language on replication?
- Next by thread: Re: Storing form data
- Index(es):