Dynamic user control problem
Hi All!
I have a panel control to which i am dynamically adding textbox control on click of button. Then I am saving this panel in session. On another save button I have to save the value of textbox which the user has entered but when i access textbox value on click of save button it shows me the original value (which was set progrmatically) and not the value of textbox which the user has entered. How can i make my dynamic control participate in viewstate?
Thanks and regards
Sandeep
|