Microsoft
Software
Hardware
Network
Question : value to text, dropdownlist
I have the following line
bodyContent += "<b>Status: </b>" + statusDropDown.Text + "<br><br>";
it produces the value of the selected item in the dropdownlist and i need it to give me the text that is selected instead. how would i do that?
Thanks
Søren
Answer : value to text, dropdownlist
Use the following..,
bodyContent += "<b>Status: </b>" + statusDropDown.SelectedVal
ue + "<br><br>";
Random Solutions
Two Networks - Two NICS - Security?
Javascript to get <TD> inner text in MSIE, FF and Chrome
How do I use the Windows XP installation disc to replace missing system files?
Small Business mathematics
How do I get this PHP IMAP script to fetch the body of emails? I can't get it to work.
Roaming Profiles in Windows 7 Pro and SBS 2008
Intel Sata RAID controller on RHEL 4 problem
Windows Small Business Server 2008: Critical Event Notification
Basic php/mysql questions
C# 4.0 convert from 12h format to 24h format.