Silverlight combobox in aspx page
-
Hi friends, I am new to silverlight. I have created a silverlight combo with options 'Male' and 'Female', and included it in an aspx page. Now I want to know, how to retrieve the selected value and selected text in aspx code. Please help me.
Shivanandan C V
-
Hi friends, I am new to silverlight. I have created a silverlight combo with options 'Male' and 'Female', and included it in an aspx page. Now I want to know, how to retrieve the selected value and selected text in aspx code. Please help me.
Shivanandan C V
Shivan Nandan wrote:
how to retrieve the selected value and selected text in aspx code.
aspx code runs on the server and Silverlight runs on the client. You can use javascript on the client to communicate with a Silverlight plugin. HTML Bridge: Interaction Between HTML and Managed Code[^]
Mark Salsbery Microsoft MVP - Visual C++ :java:
-
Hi friends, I am new to silverlight. I have created a silverlight combo with options 'Male' and 'Female', and included it in an aspx page. Now I want to know, how to retrieve the selected value and selected text in aspx code. Please help me.
Shivanandan C V
You can use javascript. Detailed info can be found at: http://pietschsoft.com/post/2008/06/Silverlight-and-JavaScript-Interop-Basics.aspx
April Comm100 - Leading Live Chat Software Provider