9
Answers

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

karthi vimala

karthi vimala

13y
2.1k
1
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)