Showing posts with label Get DropDownList C# value and Text. Show all posts
Showing posts with label Get DropDownList C# value and Text. Show all posts

Thursday, September 11, 2008

Get DropDownList C# value and Text

Get DropDownList C# Get value and Text

For Text:- Dropdownlist1.SelectedItem.Text
For Value:- DD_Dropdownlist1.SelectedItem.Value