Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • Accessibility / Section 508 with ASP.NET

    I have found the following items are important accessibility issues/settings from a development standpoint when building an ASP.NET application: Gridview. UseAccessibleHeader property. This property causes the output of the gridview to have a <th> as opposed to a <td> for the header. I am...
    Posted to Wallace B. McClure (Weblog) by Wallym on 10-03-2006, 12:00 AM
    Filed under: .NET General, ASP.NET Code, .NET, ASP.NET, ASP.NET.NET
  • WebCast Videos from Wrox

    Jim Minatel at Wrox is doing a set of webcast videos. A new one has recently been posted. This is one by Scott Hanselman. Scott has several coming out on Developer Productivity tools. The first video is available at http://www.wrox.com/WileyCDA/Section/id-292091.html . Congratulations to Scott on a job...
    Posted to Wallace B. McClure (Weblog) by Wallym on 07-12-2006, 12:00 AM
    Filed under: .NET General, ASP.NET Code, .NET Whidbey, Podcasts, .NET
  • Reston/DC Code Camp on June 10th

    I'm up in DC this week and next. I'll be staying over the weekend. I put in an email to GAD asking if needed a fill-in speaker for the code camp. It looks like I'll be speaking at 5:15 on the subject of Building Section 508 Apps with ASP.NET. Please come by and say hello. Wally
    Posted to Wallace B. McClure (Weblog) by Wallym on 06-08-2006, 12:00 AM
    Filed under: .NET User Groups, .NET General, ASP.NET Code, .NET
  • ASP.NET Podcast #36 - Personal Web Site Starter Kit

    Ok, so Paul has actually gotten busy and managed to do a podcast. The main content on this one is about some good and bad points on the personal web site starter kit that is available for .Net 2.0. Paul has recently used it to create my new site at http://www.theglavs.com and thought he would share some...
    Posted to Wallace B. McClure (Weblog) by Wallym on 02-06-2006, 12:00 AM
    Filed under: .NET General, ASP.NET Code, Podcasts
  • Atlas - UpdatePanel - ControlEventTrigger

    I was just working with the UpdatePanel in Atlas. I was thinking that it would be nice if there was some type of IDE support the UpdatePanel and the EventTriggers. Well, there is. Check out this little jewel. When you click on <control>, you get a list of the current controls on the page. Very...
    Posted to Wallace B. McClure (Weblog) by Wallym on 01-10-2006, 12:00 AM
    Filed under: .NET General, ASP.NET Code, AJAX
  • ASP.NET Podcast Show #14 - Editable Datagrid

    Subscribe Download Show Notes: Julie Lerman or her blog at Ziff-Davis . Doug Reilly . Jason Salas . Scott Mitchell . Scott’s articles for creating an Editable Datagrid. Article 16 and Article 17 . ASP.NET Code: <asp:DataGrid id="dgAction" runat="server" CssClass="form-label" Width="98%" AutoGenerateColumns...
    Posted to Wallace B. McClure (Weblog) by Wallym on 09-01-2005, 12:00 AM
    Filed under: .NET General, ASP.NET Code, Podcasts
  • Using the Log Parser in an ASP.NET Web Application

    I needed to query some IIS log files last week. I wanted to break down some records into the request over a 24 hour period. I wrote the code below. The two special issues that I had to work through are separating out the hours through the Quantize command and then translating the resulting LogQueryRecordSet...
    Posted to Wallace B. McClure (Weblog) by Wallym on 08-29-2005, 12:00 AM
    Filed under: .NET General, ASP.NET Code
  • ASP.NET Podcast - Show #13 - Viewer Email and Accessibility in Section 508

    Subscribe . Download . Show Notes: Erik Porter . Polymorphic Podcast with Craig Shoemaker . Scott Fletcher's PodCheck Review . Section 508 US Government Web Site . JAWS . Section 508 Programming with HTML: <label for="ddlState" id="lblState" >State:</label> <select id="ddlState"><...
    Posted to Wallace B. McClure (Weblog) by Wallym on 08-24-2005, 12:00 AM
    Filed under: .NET General, ASP.NET Code, Podcasts
  • Finding Bugs in my code with And vs. AndAlso

    Not trying to start a holy war over VB,C#, short-circuiting, and not short-circuiting, but I thought this was somewhat interesting. I have some VB.NET code that uses "AndAlso". I switched it to "And" due to some user requirements changing. Bang I found one interesting error when I am looping through...
    Posted to Wallace B. McClure (Weblog) by Wallym on 08-15-2005, 12:00 AM
    Filed under: .NET General, ASP.NET Code
  • Ajax components from Component Art

    http://weblogs.asp.net/kencox/archive/2005/07/29/421061.aspx Ken Cox announced these over the weekend. I finally got my first look at them. While the look has just been very small at this point, it appears to be interested what they can do. I am really interested to see what happens with the next beta...
    Posted to Wallace B. McClure (Weblog) by Wallym on 08-01-2005, 12:00 AM
    Filed under: .NET General, ASP.NET Code, AJAX
Page 1 of 5 (48 items) 1 2 3 4 5 Next >