I have a dynamic table with some textboxes (also dynamic) and some buttons which do postback onclick.
How can I make the page remember what text was entered in the boxes after postback, after clicking a button?
I have a dynamic table with some textboxes (also dynamic) and some buttons which
Share
You have to create controls in a tymer click event.For that Create a new user control. Add public Properties in it for adding how much controls u have to add. And in Web user control Page INit and Page_load event Add the required number of controls. Hope this will work.