Welcome to Professional ASP.NET - Chris Love's Official Blog Sign in | Join | Help

Chris Love's Official ASP.NET Blog

Chris Love's Helpful tips, tricks and pragmatic development knowledge for the ASP.NET world.
ASP Insider

April 2006 - Posts

Microsoft Store

FrontPage being discontinued
I had a good friend chat with me this morning about SharePoint and eventually the converstation got to a point he mentioned that FrontPage is being discontinued . That is the second happy statement I have seen this week! As someone who has offered web Read More...
Utlizing DefaultButton and DefaultFocus in ASP.NET 2.0
Today I started my morning reviewing blogs and news sites and saw a link on www.asp.net for handling the enter key on Web Forms. This has been an ongoing issue for me over the years. I have tried some JavaScript solutions, just like everyone else, but at some point they all seem to fail. Today I have a solution! Read More...
Style Builder Not Working in Visual Studio 2005
Since setting up my new dual core pentium last month I noticed a few items just do nto work quite right in Visual Studio. Nothing more troublesome than the style builder disappearing right after I chose build style from the context menu. Read More...
Gridview DataFormatString not working
I have really been struggling lately with the Gridview. Most of the time I like to use a label, literal or placeholder in a template column so this does not really affect me. But I still use a BoundColumn for some fields, like a date or price type thing. In DataGrids I always was able to use DataFormatString="{0:c} for a currency format and DataFormatString="{0:d}" for a date. Read More...
GoldenCreekKennels.com Web Site Update
I recently completed a complete ASP.NET 2.0 upgrade of one of my long time customers, Golden Creek Kennels. Crawford and Susan run a superb Golden Retriever Kennel on a small farm n the middle of RTP. Read More...
ATLAS Contest for a Free XBOX 360 or Mobile Phones
OK, I keep posting these things as I find them today. If you want an XBOX 360 and you are just dying to show the world how good you are with ATLAS/AJAX here is your chance, ATLAS Mashup Contest . Best of luck, one of these days I may just enter one of Read More...
Atlas Control Kit Available
If you are wanting to get your sites into AJAX, Microsoft is working on the release of ATLAS, it's new AJAX framework. I found they have posted their control toolkit for Atlas . The "Atlas" Control Toolkit is a collection of samples and components that Read More...
Free VB.NET 2005 Book
If you have been searching for an introduction to VB.NET 2005, you can download one from Microsoft for FREE, Introducing Microsoft Visual Basic 2005 for Developers . It looks like it a pretty decent little introduction to the latest in VB.NET. Read More...
Want to earn $10,000 for your program idea?
I found where Microsoft is promoting another developer contest. This time you just have to submit your idea to the contest. They will then select 12 finalist, and they will compete head to head to win $10,000. Check out the detials at http://www.madeinexpresscontest.com/ Read More...
Microsoft Shopping Engine
Just found this post about a possible shopping site from Microsoft . This would be a site similar to Froogle.com, Google's shopping search engine. I like these things, especially when they offer a way to feed the product information in via a web service. Read More...
Welcome the UNM Lobo Club
So you noticed I have not posted much lately. I have been busy! Last week we (this is a joint project with Envisage Software) completed work on the membership center for the University of New Mexico Lobo Club. This is an ASP.NET 2.0 web site. Unfortunately, unless you are a member of the Lobo Club you will not be able to login and use it. Read More...
Error processing resource - What in the world does this mean?
The XML page cannot be displayed Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later. -------------------------------------------------------------------------------- A name was started with an invalid character. Error processing resource 'http://localhost/mynewsite/'. Line 1, Posi... <%@ Page Language="VB" MasterPageFile="~/default.master" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="_De... Read More...
Forget C# and AJAX, get ready for CSAML!
Charles Petzold has done it again. The king of the Windows API has unveiled the next generation language for Microsoft platforms, CSAML. It drastically simplifies the syntax of C# by merging it with XAML. Great read ;). Read More...
ASP.NET 2.0 handles 1.5 billion page views a day!
Unfortunately I could not make the Mix '06 conference, but really wish I had gone. I am not much on the social web, and MySpace.com. If you have not heard of it, i.e. you were born before 1985, it has become the biggest thing on the net today. It uses ASP.NET 2.0 to run. Read More...
Want to Thank Jeff Prosise for Visiting TRINUG
Most of you know I have been very active with our area user group, www.trinug.org. We have been very blessed to have many great leaders in the Microsoft development world visit and speak to our group. This week we were extra blessed to have Jeff Prosise visit the group. Read More...
ASP.NET Podcast
Last night I was reading some Blogs and stumbled across a great blog, ASP.NET Podcast Blog. I have really begun to get into Podcast lately, especially since I met Carl and Richard with DotNetRocks back in November. Read More...
Implementing Javascript with ASP.NET; Should I use RegisterClientScriptBlock?
If you are like me, and develop primarily server-side code, client-side JavaScript can be just a headache. If you need to create the JavaScript to include parameters or values you derive at run-time it can be even more confusing. ASP.NET provides the RegisterClientScriptBlock and RegisterStartupScript to help, but they may not always work best. Read More...