Hi,
I am addidng controls into a Gridview in the RowDataBound even.
Using the Cells.Controls.Add();
But after a postback the controls are lost. Is that how it is supposed to be. Is there a way to retain the dynamically added controls after a postback? Any other approach?
Go to the complete details ...