Display Checkboxes in ASP.NET 2.0 GridView using skins
Friday 23 November 2007 @ 6:02 pm

This article shows how to take advantage of skin files to make checkboxes show up in gridview as checked, unchecked, enabled and disabled. It’s tricky because skin files can not be changed dynamically at runtime.


more...

Comments (4) - Posted in ASP.NET 2.0  


Using Using in c# ado.net business classes used with ObjectDataSource in ASP.NET 2.0
Monday 29 October 2007 @ 6:28 pm
A short post and example on how to use the C# syntax Using. The example is for an ado.net business object that can be used with an ObjectDataSource. This saves you the trouble of disposing of your objects properly, as well as doing it at the right place.

more...



How to Set the Default Value of a DropDownList in an ASP.NET Page
Wednesday 17 October 2007 @ 10:44 am

This article shows how to set the default Value of a DropDownList Control when using asp.net 2.0. It uses the DataBound event to do it. A full page example which can be cut and paste is included

more...



Speaking Saturday 9/15 4PM at Silverlight DevCamp, San Francisco
Thursday 13 September 2007 @ 10:24 pm

Topic: Building animation into “Community Media Browser” for Leverage Software with Silverlight Alpha 1.1


more...



Silicon Valley Code Camp Integrates the DevExpress Cloud Control for Sessions
Tuesday 4 September 2007 @ 12:11 pm
Using the DevExpress CloudControl in the ASP.NET 2.0 Silicon Valley Code Camp’s web site was easy. In this short post, you’ll hear about the details and see some code.

more...



Logging From an ASP.NET 2.0 Application to a Local File
Sunday 12 August 2007 @ 5:54 pm

In this article, a very simple method is demonstrated for logging text data in an asp.net 2.0 application. It’s safe, reliable, but not very elegant. Just what you need when you want to crank something out for testing or proof of concept. It uses StreamWriter and MapPath to get it’s job done.

more...



Display Images with the Silverlight Downloader in Alpha 1.1
Tuesday 3 July 2007 @ 9:38 pm

This article gives you a way to download images from remote servers on different domains using the downloader object of Silverlight. Without this, you can not easily keep track of when images are downloaded to your Silverlight Application and deal with that event. You simply can set the source tag and the image arrives when it arrives.

more...



Microsoft ASP.NET Member/Role Management with IIS (VB Version)
Thursday 15 February 2007 @ 1:08 pm

Back in January of 2006, I published on MSDN an article and source code for managing ASP.NET 2.0 Membership users with an ObjectDataSource.  Since I'm not much of a VB person, I only published them in c#.  since then, I've had hundreds of requests for this code in VB.  Until now, I've had to send an excuse for not having it.  Now, thanks to Dave at Tangible Solutions Software, we now have a VB version.

more...



Resetting Password with ASP.NET 2.0 Membership and Multiple Providers
Thursday 15 February 2007 @ 8:39 am
If you ever have wanted to be able to programmatically change (reset) a users password while at the same time continuing to be able to use the question and answer feature, this post is for you.

more...



Rock And Roll Code Camp Presentation
Thursday 1 February 2007 @ 7:13 pm
Code Camp Presentation at LA’s Rock and Roll Code Camp. Lots of nuts and bolts about using ObjectDataSoruce including a real life example using the enterprise data block.

more...



Previous Page Next Page