Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is there a way to see the actual request QueryString?
Message
From
19/08/2008 17:31:22
 
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
C# 3.0
OS:
Windows XP
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01340118
Message ID:
01340194
Views:
10
This message has been marked as a message which has helped to the initial question of the thread.
>Hi everybody,
>
>When I examine Request.Form or Request.QueryString in the debugger I see just some characters. Is there a way to translate them into readable form?
>
>Thanks in advance.

Querystring is a collection of Name:Value pairs
expand querystring in the debugger and examine the AllKeys collection. You can then inspect querystring("KeyOfInterest")
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform