Liens DataGrid

2004-10-04 #qc

If you do create dynamically, don't expect that control to exist after postback. If (...) you do have to use dynamic controls, you must recreate them after each postback if you expect to A) read a value from it or B) have it fire an event. Dynamic Controls in ASP.NET