Monday, August 3, 2009

DetailsView in ASP.NET

1) To get the text/value in each cell, use DetailsView1.Rows[i].Cells[i].Text
2) To set the width of the object, use ....
3) To display a specific record, specify the record's unique ID as the Select Parameter of the SQLDataSource.

No comments:

Post a Comment