2012-12-12 2 views

답변

3

텍스트를 얻을 Items 컬렉션에 인덱스를 사용 할 수 있습니다.

string text = Dropdownlist1.Items[index].Text; 

드롭 다운 텍스트에는 액세스 할 수 있습니다.