Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   ASP .Net (http://www.velocityreviews.com/forums/f29-asp-net.html)
-   -   problem passing parameters (http://www.velocityreviews.com/forums/t77270-problem-passing-parameters.html)

Nikhil Patel 05-03-2004 06:53 PM

problem passing parameters
 
Hi all,
I need to open an ASP.Net form in a new window from an HTML file. The
HTML file needs to pass a variable value to ASP.Net form. I use
EncodeURIComponent method of Javascript to encode the value before I pass it
to the ASP.Net form. It works with most of the characters I have tested so
far except '\'. When the variable contains a '\', the ASP.Net form receives
the variable value without the '\'. It is never passed to the ASP.Net form.

How can I pass a value that contains special characters including '\'?

Thanks...
-Nikhil




All times are GMT. The time now is 09:15 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57