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
OCS Edge Server R2 2007
Exhange 2003 mailbox permissions
Cisco Unity Express to Trigger MWI on overlay DN
Reverse DNS does not match SMTP Banner
mac mail profile not recognized / corrupted
Pass recordset from local sql server to remote sql server using access adp
Intermittent internet connectivity for PCs in small remote office
Which VMWARE software should i run? ESXi, ESX, vSphere, Server????
SSIS Promt user to enter date
Deploying SharePoint project to Production Server