Passing Querystring in param tag value
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi I have a html page in which I am loading an applet using applet tag. This html page is loaded in an iFRAME in the parent page. I am passing a few param tags one of which which have the URL of an aspx page. Now I want to pass the value of a Textbox on the parent page with the uploadURL as a QueryString. How can I do that?? Any help is much appreciated. Below is the code that I have. Have a look at the param tag with name=uploadURL. PS: I have written param as ##param as the line was getting skipped due to param tag in preview. <##param name="uploadURL" value="upload.aspx?FileName=[Here I want to provide a value from a Textbox on parent page]"/> <##param name="successURL" value="success.html" />
Pankaj Chamria, Software Programmer.