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
can read ssl.crt/server.crt and ssl.key/server.key on centos about ssl of apache
why can't autocomplete after div is loaded via ajax when autocomplete is in the div box
SpellNumber
couple of things missing from Exchange 2010?
SQL query on a financial reporting table
Fields not being read from CSV
Script to email newly created computers. Need to add groups & users accounts also.
Mixing x32 and x64 apps and OS's
Unable to open PDF's in Outlook 2007, ""There was an error opening this document. This file cannot be found."
VB equation is slightly off