Please find the below attachment and do the needful help
Loading
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.
Asma KhalidPosted Jan 23, 2020, 12:50 PM
Ramachandran MPosted Jan 23, 2020, 12:13 PM
drphandwheelsize.DataValueField = "id";
drphandwheelsize.DataValueField = ds.Tables[0].Columns["id"].ToString(); // to retrive specific textfield name
drphandwheelsize.DataSource = ds.Tables[0]; //assigning datasource to the dropdownlist
drphandwheelsize.DataBind();