Welcome to AspAdvice Sign in | Join | Help

April 2006 - Posts

Direct push e-mail is now available for Treo 700w users--the MSFP has been released! w00t! There's also an updated Picsel PDF viewer. Maybe this one works. And, that little bug where the internet connection os closed after POP mail is retrieved is apparently Read More...
0 Comments
Filed under:
If you're still formatting dates as such: lblDate.text = datepart("d",Now) & "/" & datepartt("m",now) & "/" & datepart("yyyy",now) then stop this instant! Step away from the keyboard and no one gets hurt. There are better ways in ASP.NET Read More...
1 Comments
Filed under:
This is a short review because about 85% of the book is code samples. ASP.NET 2.0 Cookbook is divided into 21 chapters, covering topics ranging from Master Pages, error handling and web parts. The major improvements in ASP.NET 2.0 are in here, including Read More...
1 Comments
Filed under:
My latest ASP Alliance article has been published: ASP.NET 2.0 brought about a number of improvements in the way configuration settings are stored and accessed. Several new configuration sections have been added to the web.config schema, settings can Read More...
Join us as Tony Casale of Communifax discusses developing custom server controls and HTTP Handlers in VS 2005. We'll meet from 6-8 pm at Communifax HQ; directions can be found at www.communifax.com . Share this post: email it! | bookmark it! | digg it! Read More...
0 Comments
Filed under:
The arrival of AJAXy Web 2.0 apps continues... Chris Sherman at SearchEngineWatch.com has an overview: http://searchenginewatch.com/searchday/article.php/3598681 Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it! Read More...
0 Comments
Filed under:
I've used CSE HTML Validator for quite some time. I started with ther free version, and upgraded to the full version after using it for a while. They've recently released a free online HTML validator, based on their Lite version engine. Find it at http://onlinewebcheck.com/ Read More...
0 Comments
Filed under:
In my article on Preventing Page Review After Logout With Forms Authentication , I talked about several HTTP headers that can be used to direct browsers not to cache pages locally. In one comment, a reader said they had used the article's code, but Firefox Read More...
1 Comments
Filed under:
Pittsburgh MSDN Event, May 25 1pm-5pm at Carmike 10 Theater on Fort Couch Rd. With the productivity enhancements in Visual Studio 2005 and the .NET Framework 2.0, you'll spend less time coding and more time focusing on actually getting the job done. First, Read More...
0 Comments
Filed under:
This used to cost bucks, but it's now free. Why? As Microsoft releases its Windows hypervisor technology in the Windows Server "Longhorn" wave, customers will be receiving the benefits of virtualization as part of the Windows Server operating system. Read More...
I received an e-mail in regards to my article Exporting to Excel in Crystal Reports .NET - Perfect Excel Exports : I have crystal reports that are displayed in PDF or Excel format from an ASP.NET application. The reports are displaying, my only problem Read More...