how to get the value of controls which is used inside the datalist
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