E
elain
Hi all,
My webform contains a repeater, and every item in the repeater is a
user control which contains several textboxes. Each time when the page
is loaded, I bind a dataset to this repeater to let the user control
know how many textboxes it will display. After a user filling in those
textboxes, he will click a button to postback this page, what i want
to know is how can i keep and show up the values the users has already
inputed into those textboxes after postback? Is there any easy way to
do it besides using ViewState?
thanks,
Elain
My webform contains a repeater, and every item in the repeater is a
user control which contains several textboxes. Each time when the page
is loaded, I bind a dataset to this repeater to let the user control
know how many textboxes it will display. After a user filling in those
textboxes, he will click a button to postback this page, what i want
to know is how can i keep and show up the values the users has already
inputed into those textboxes after postback? Is there any easy way to
do it besides using ViewState?
thanks,
Elain