How to pass string value to asp controls like textbox or label or telerik text box?
foreach(GridDataItem item in RadGrid1.SelectedItems)
{
String strCityCode = item["CityCode" ].Text.ToString();
lbl1.Text = strCityCode;
txtrad27.Text = strCityCode;
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Salman BegPosted Nov 28, 2019, 6:06 AM