Tagged Questions

2
votes
2answers
445 views

convert guid tostring in javascript .net

How do I convert guid to string in javascript. I am getting guid from the querystring, and m not able to process it as is. I have tried the following ways to do it but it doesnt seem to work. var ...
1
vote
2answers
113 views

Handling Potentially Dangerous Query String

My project implements search (from default HTML page) and will redirect to the search page (ASPX page) and I'm using query string to pass the search value. I'm getting potentially dangerous ...
1
vote
1answer
1k views

Getting undefined error when using Request.QueryString() to get variuable value

I am using the following code to open a popup window and passing the ID of as query string. <html xmlns="http://www.w3.org/1999/xhtml"> <head> <script language="javascript" ...
0
votes
1answer
86 views

How to pass html via a querystring?

I have comments on my site and because it's its my portfolio I want code samples to be able to be placed however when I try to pass html through the querystring it will stop it because of ...
0
votes
2answers
48 views

Extracting Query String From eExteranl

Is it possible (and appropriate) to open a new window to an external URL, have my users process a form on that site (which generates a query string with name/value pairs) and then parse the pairs of ...