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
event ID 39 - 40 -41- 42- 47 winmgmt
Problem with file name comparison in unix script
The object invoked has disconnected from its clients.
*Warning: System BOOT Fail*
How do I create a class that handles file I/O for a car rental reservation program?
Dot Net Written Test and Interview questions, Can any 1 suggest link
Replace sring on the first line and then replace ALL the following string(2 to eof)
ForeFront TMG Intermittent Internet Connection
Using a query to filter a subreport?
Why Not able to read excel file in the Web application running on Windows7/Office2010?