how to choose the fifth item in dropdown using asp.net
how to choose the fifth item in dropdown using asp.net with example code
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.
Kunal VaishyaPosted Oct 4, 2012, 4:17 AM
string Itemsfifth = DropDown.Items[4].Value.ToString();
Dorababu MekaPosted Oct 4, 2012, 3:56 AM