Thursday, July 21, 2005

check Querystring parameters

today i found the following method inside the String class:

if(!String.IsNullOrEmtpy(this.Request["myQuerystringParameter"]) )
{
// here goes your code
}

No comments:

Shared Cache - .Net Caching made easy

All information about Shared Cache is available here: http://www.sharedcache.com/. Its free and easy to use, we provide all sources at codeplex.

Facebook Badge