Liens DataGrid
2004-10-04 #qc
- DataGrid - Didacticiel rapide
- Common Datagrid Mistakes
- An Extensive Examination of the DataGrid Web Control
- Build a Variety of Custom Controls Based on the DataGrid Control
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