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
Is there a good solution for monitoring the status of RAID array in HP or IBM server run Windows 2003?
T-SQL: Count number of tables in the DB (SQL server 2008)
Pass multiple values for one parameter via OpenQuery
Hung Login Processing 'Printers' Group Policy on Win2K8 Std running in ESXi 4.x
using a hidden form with .hta script
SSH console: go to specified folder after login
"File Helper" reporting - Your system may have upopenable files - Why?
How to make WPF button background color silver?
Merge data in Access 2003
Disabling software restriction policy