I have a gridview and sqldatasource.
I have a templatefield column and below the textbox of edit item template I have a simple label .
Is there any way of getting the label value in ROW UPDATING event?
I’ve tried : String llbl = ((Label)row.Cells[6].FindControl("label1")).Text;
Hmm I think it shouldnt be cells[6] since I want to get the label .
Thanks
I think this is what you are looking for:
Edit:
OK, try this then: