Hi guys, I have a GridView control and bind an onject of typed list to it, but when gv1_RowDataBound event is called NullReferenceException exception occurs showing following message:
Object
reference not set to an instance of an object.
Can somebody tell me what is going wrong?
Sam HobbsPosted Dec 31, 2010, 10:45 AM
Suthish NairPosted Dec 30, 2010, 3:13 PM
if(e.Row.RowType == DataControlRowType.DataRow) {Krishna GaradPosted Dec 30, 2010, 7:13 AM
Subhendu DePosted Dec 30, 2010, 7:08 AM