Javascript / ASP.Net / C# Question
Author |
Message |
S_Grimm
|
Posted: Thu Feb 16, 2012 11:07 am Post subject: Javascript / ASP.Net / C# Question |
|
|
Short and sweet. I have an <asp:ListBox> inside a HTML page. I'm looking to retrieve the selected value from said list box INSIDE a java script function when the user clicks a button.
I can post snippets of code if required, but I am more looking for an idea to try rather than actual code. Any help appreciated.
Thanks a ton. |
|
|
|
|
|
Sponsor Sponsor
|
|
|
mirhagk
|
Posted: Thu Feb 16, 2012 6:55 pm Post subject: RE:Javascript / ASP.Net / C# Question |
|
|
just grab the listbox by giving it an ID and using DOM. |
|
|
|
|
|
|
|