9
Reply

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

karthi vimala

karthi vimala

Mar 3 2011 8:30 AM
2.1k
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)