Scott Hunter

ASP.NET and .NET Musings

March, 2008

Posts
  • Scott Hunter

    Presenting At VSLive in San Francisco Next Week

    • 0 Comments
    I will be presenting Dynamic Data at VS Live in San Francisco next week on March 31, 2008. You can see full details of the show here: http://vslive.com/2008/sf/ . My presentation is at 3pm on Monday. If you are at the show please stop by and see Dynamic...
  • Scott Hunter

    Cleaning up Default GridView Markup

    • 1 Comments
    I saw an interesting question today from a customer related to some of the default markup for a GridView. The following code: < asp : GridView ID ="GridView1" runat ="server"> </ asp : GridView > Will generate this markup...
  • Scott Hunter

    Accessing Controls in ListView Templates

    • 11 Comments
    Today when doing some application building I came across a case where I wanted to embed a ASP control inside one of the template of the asp:ListView control. This is legal and simple todo, however it has some interesting effects. Since the control is...
Page 1 of 1 (3 items)