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
Case statement based on query
VPN Tunnel - NEW ISP
How to use mbox in c# web application
Moved a Dolpin 7 website to a new server and I get an error message.
SQL Server Script to Backup Database
directoryInfo.GetFiles() is slow in .net.
how to use Scriptomatic V2
Unable to Save files in my C drive
USB Device Not Recognized?
How to get past login page strRequestHTML Post