ASP.NET

Dr_Evil said:
That would irradicate the generics component of the Gridview class wouldn't it?

Yes it would... because doing that you directly try to bind the data to the label component through the clientside code... and that only works in the gridview row...

The reason that he is getting 'System.Data.DataRowView' is that the Footer row can't directly access the sqlstatement and throws up that error thats why I was using onRowCreated to access the footerRow through

Label blah = (Label)GridView1.FooterRow.FindControl("Label7");

Stelly
 
If you just copy the files I sent you over the ones you have they should work, just abck up your files before you do it

Stelly
 
Back
Top Bottom