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
How to Improve search functionality in ASP.NET 1.1?
Search page not returning results in PHP MySQL
If Statement on Control Source
Wrong Volume in Drive
HP Designjet 1055cm and windows 7
HP Desktop memory
Bind List<List<string>> to Grid
Delphi5 & Crystal ReportVCL v8.5
how to install Ubuntu netbook, without a CD and USB drive?
What does it mean if I am receiving output errors on all of my Cisco Aironet 1130AG?