BloggingAbout.NET
Thoughts of developers

Browse Site by Tags

Showing related tags and posts across the entire site.
  • Hosting the ASP.NET 3.5 charting controls in a SharePoint Web Part

    The ASP.NET Charting Controls have been announced last month. The charting controls are a nice addition to ASP.NET, which has already been discussed by Rick van den Bosch and Scott Guthrie . When you would like to use the charting controls in SharePoint, consider using the ChartPart for SharePoint ....
    Posted to Harold van de Kamp's Blog by hvdkamp on 12-04-2008
    Filed under: .NET Framework 3.5, SharePoint, ASP.NET, SharePoint Development, Charting
  • Submitting an ASP.NET form by pressing the Enter key results in a Page Not Found error

    For a SharePoint website I was developing user controls that inherit from the ASP.NET 2.0 Membership controls. Submitting the custom login and password recovery controls by clicking the submit button worked as expected. However, submitting the controls by pressing the Enter key on my keyboard resulted...
    Posted to Harold van de Kamp's Blog by hvdkamp on 11-12-2008
    Filed under: Forms, ASP.NET
  • Profile / ProfileBase SetPropertyValue

    Just fixed a very nasty bug in one of the applications I'm developing. In the database world there is a name for this bug which at the moment does not come up in my mind, I think it is called a 'lost write' but I'm not sure. Somewhere in a class I did the following based on a passed username...
    Posted to Ramon Smits by Ramon Smits on 11-06-2008
    Filed under: Profile, ASP.NET
  • Finally Microsoft Shipping Open Source

      This is awesome, Microsoft finally decided to ship open source software, jQuery will be shipped with ASP.NET MVC and will be supported as any Microsoft product, also will be shipped with Visual Studio on the long run, this is a bold move http://www.hanselman.com/blog/jQueryToShipWithASPNETMVCAndVisualStudio...
    Posted to Developer Pills by Adel Khalil on 09-29-2008
    Filed under: ASP.NET, Open Source, JavaScript, jQuery
  • StackOverFlow in mscordlib.dll and SiteMap Providers

    Word to the wise, unless you want to spend hours tracking down idiotic Stack Overflows, check your Sitemap files in ASP.NET. Each sitemap node can contain a 'Provider' attribute. This is designed so that you can set up several sitemaps, and have a master sitemap file pull submenuitems from seperate...
    Posted to Ed Giardina's .NET Blog by Richthofen on 07-23-2008
    Filed under: ASP.NET, Sitemap, Web.Sitemap, Sitemap Providers, StackOverflow
  • asp:menu control and SiteMap, 'Selected' Item must match exact url?

    So I am back into making .NET websites... and I love the web.sitemap feature of .NET 2.0+ However, I like my web folder structure to be semantic. This means that instead of clunky files with extensions, I like to have a directory for every portion of the site. Example: http://www.website.com/products...
    Posted to Ed Giardina's .NET Blog by Richthofen on 05-22-2008
    Filed under: C#, Menu Control, CSS, ASP.NET
  • Configuring ASP.NET Email Notification for Health Monitoring

    ASP.NET provide a very conveniant way for health monitoring notifications, that will allow you to setup an email prvider to catch web events and send email messages when any arise. all you need is to configure your web application to send emails, also have a configured SMTP Virtual Server on your running...
    Posted to Developer Pills by Adel Khalil on 05-13-2008
    Filed under: Debug/Testing, ASP.NET, IIS
  • Partial Web.Config

    With integrating new technologies with .NET Framework 3.5 like Ajax Extension for instance the default web.config become very fat. why not having a designer generated code for the web.config in seprate file like it did with ASPX pages.
    Posted to Developer Pills by Adel Khalil on 04-05-2008
    Filed under: .NET, ASP.NET
  • "How Do I?" Videos

    When people want start learning about .NET in general or a specific subject like Silverlight or security, can be send to the "How Do I?" videos. I do this myself a lot of times, because a lot of videos aren't 60+ minutes. Just as a reminder to myself, the root url is this one .
    Posted to Dennis van der Stelt by Dennis van der Stelt on 03-12-2008
    Filed under: ASP.NET, Silverlight, Visual Studio 2008, .NET Framework 3.5, .NET Compact Framework 3.5
  • Tiny Tip: Exporting to Excel from GridView inside UpdatePanel

    This is a basic feature that most of todays application provide the most widly used implementation make use of the Response object to write to all the page which dosn't go well with ajax calls that concerns with only a portion of the page. you can place the export button outside the girdview ofcourse...
    Posted to Developer Pills by Adel Khalil on 12-23-2007
    Filed under: ASP.NET, Tips
Page 1 of 6 (120 items) 1 2 3 4 5 Next > ... Last »
Copyright © 2003-2008 BloggingAbout.NET
Powered by Community Server (Commercial Edition), by Telligent Systems