Microsoft
Software
Hardware
Network
Question : QueryString in URL
On Page load I need to see if the Request.QueryString("DISPO
") exists in the url.
It will either be there with a value (DISPO=XXX) or it will not exist at all.
I'm getting errors on when it doesn't exist.
Answer : QueryString in URL
ignore my first post
//c#
if(Request.QueryString["DI
SPO"] != null)
{
//Dispo exist
}
//vb
If Request.QueryString("DISPO
") IsNot Nothing Then
'Dispo exist
End If
Random Solutions
Spanning-tree Cost to block uplink to core Switches.
Reset of displayed form when "requery" is performed
Constant BSOD on boot/install of Windows 7
Dynamically Change .XSD File Location in Crystal Reports Using ASP.NET 2.0
Javascript form validation problems
'guid' is null or not an object in Jquery
In .NET, how can I add to a variable value to a query result using LINQ to SQL?
Test javamail through command line
Having a problem seeing USB devices after installing libusb - NO KEYBOARD OR MOUSE !!
Can't print to Dymo Labelwriter 400 turbo after adding labelwriter 450 turbo drivers on windows 2003 terminal server