hope someone can help me.
i have a form that will pass value to my web application(vb.net) using <object> tag, and what i need to do is to get those value from it on page load.
for example:
<object classid="clsid:F08DF954-8592-11D1-B16A-00C0F0283628" id="info"> <param name="txtField1" value="Someone's name" /> <param name="txtField2" value="some value" /> <param name="txtField3" value="some value" /> </object>
important info:
1. the number of parameter that will pass to my web application(vb.net) is dynamic
2. i need to know the param name and the value for that
is there any example, or anyone can give me an example how i could do this?
This post has been edited by iry: 21 March 2011 - 09:22 PM

New Topic/Question
Reply




MultiQuote





|