karthi vimala

karthi vimala

  • NA
  • 49
  • 51.1k

how to get the value of controls which is used inside the datalist

Mar 3 2011 8:30 AM
hi,

  i wish to know how to get the value of the label control which is specified inside the datalist.

already i try like this

Label lbl = (Label)DataList1.FindControl("lableName"); 

but i didn't get the correct result.can anyone help me please

Answers (9)