July 2006 - Posts

9
Comments

My Interview with Julie Lerman by Jason N. Gaylord

During Julie Lerman's recent visit to Pennsylvania, I was able to snag a 20 minute interview. We talked about where she had come from, how she has time to enjoy Vermont, and what she'd rather be doing. Be sure to check out this podcast! You can...
0
Comments

Review of Visual Basic 2005 for Programmers by Jason N. Gaylord

My review of the Visual Basic 2005 for Programmers book has been published to the ASPAlliance.com website. To read the review, please visit http://aspalliance.com/931 .
2
Comments

Tip: Create the SQLExpress database on an ASP.NET application by Jason N. Gaylord

Many developers have asked how to create the SQLExpress database from an *.aspx page. Without creating or updating anything, a simple call to Membership.GetAllUsers.Count will do the trick. Your SQLExpress database will be generated in no time.
1
Comments

Repost: FREE Upcoming Webcasts by ASP.NET Team by Jason N. Gaylord

Check out the list of free upcoming webcasts by the ASP.NET team. You can see a full list of webcasts by visiting Scott Guthrie's post .
38
Comments

Casa D'Ice Signs by Jason N. Gaylord

I'm not saying I approve this, and usually I wouldn't post this stuff, but this is funny. I live about 30 minutes from Hazleton, home of Lou Barletta. In Hazleton they have new laws regulating illegal aliens and immigrants. If you'll be offended...
0
Comments

ASP.NET Podcast Show #58 by Jason N. Gaylord

In this show, Wally interview John Papa. You can download this latest podcast at aspnetpodcast.com . Also, be on the lookout for a futre ASP.NET Podcast show where I interview Julie Lerman. I did the interview last night. Everytime I meet up with Julie...
0
Comments

Search Scott Guthrie's Blog by Jason N. Gaylord

Are you an avid reader of Scott Guthrie's blog? Do you look to Scott first for answers? If so, check out his blog search. It can be found at http://cookbook.scottgu.com/ .
1
Comments

Julie Lerman at .NET Valley Tonight by Jason N. Gaylord

Tonight's .NET Valley event will feature Julie Lerman. Julie will talk about 5 things that don't have to be scary with .NET. If you're new or have experience with .NET, it's still a treat to see Julie present. More details can be found...
Filed under:
1
Comments

Creating a Simple Configuration Section Handler Using ASP.NET 2.0 by Jason N. Gaylord

In this article Jason examines how to create a simple configuration section handler using ASP.NET 2.0 with the help of code samples. You can read the new article at http://aspalliance.com/924 .
0
Comments

How To: Use a CheckBox In A Template Column And Still Access GridViewRow Data by Jason N. Gaylord

Teemu "Joteke" Keiski has helped me solve a very trivial task. I had the simple request of accessing a GridView row data by checking a checkbox within that row. Based on the row data, I'd perform a particular task. My GridView had a few...
More Posts Next page »