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
ColdFusion Using .NET Class Library
VMWare ESXi vs vSphere Essential ($495 Option)
Can't add secondary domain controller
How to successfully change IP address on Microsoft Exchange
Extract the <title> tag content of a web page?
Blackberry Connection Test
Modal Popup Validation Summary
Acess
www.yell.com
from c#
Replicate this Navigation Menu Box with Resizable Custom Scrolling
Trouble installing Panasonic Printer/Copier devices on SBS 2008