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
Locking down Exchange in SBS 2003
Roaming Profiles Best Practices
How to open .BMP file with Internet Explorer in Windows XP OS.
external drive shows up as uninitialized
DHCP Client service keeps stopping when you reboot.
Suggestion to store a huge amount of data sortable
How to send email from Outlook when away from the Exchange Server?
Java Applet Server sending
Accessing an FTP server internally that is on a different subnet.
SharePoint list image link