Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • AJAX loading indicator like GMail

    Simone Chiaretta wrote a very nice post about building a Gmail-like loading indicator (that means top/right corner fixed, regardless of how the users scrolls or sizes the window) with an AJAX UpdateProgress control , an animated gif and some CSS; you can read his great article there : How to make a Gmail...
    Posted to Laurent Duveau (Weblog) by pluginbaby on 05-25-2007, 12:00 AM
    Filed under: ASP.NET, AJAX, Web Development, Tips and Tricks
  • Flash Control for ASP.NET 2.0 and AJAX

    FlashControl is an ASP.NET 2.0 server control that allow you to add Flash movies (swf files) in your aspx pages. It removes the "Click to activate and use this control" message. This control has some great features: Remove "Click to activate and use this control" message ASP.NET AJAX enabled! (works...
    Posted to Laurent Duveau (Weblog) by pluginbaby on 04-22-2007, 12:00 AM
    Filed under: ASP.NET, AJAX, Web Development, Tips and Tricks, Tools
  • Great ASP.NET Cheat Sheets

    Dave Child from www.ilovejackdaniels.com has created a very nice set of cheat sheets on various dev topics. By looking around I found different ones from other web site. These are really useful as they fit in one printed page to show all the features. I put them all together so my links covers every...
    Posted to Laurent Duveau (Weblog) by pluginbaby on 03-31-2007, 12:00 AM
    Filed under: ASP.NET, AJAX, Visual Studio, Web Development, Tips and Tricks
  • Problem after deploying ASP.NET AJAX RC1 app ?

    You've deployed your app in prod server, you run it on the browser and you get an exception: Object reference not set to an instance of an object. Exception Details: System.NullReferenceException: Object reference not set to an instance of an object. Source Error: An unhandled exception was generated...
    Posted to Laurent Duveau (Weblog) by pluginbaby on 01-20-2007, 12:00 AM
    Filed under: ASP.NET, AJAX, Visual Studio, Web Development, Tips and Tricks
  • Debugging ASP.NET AJAX with Visual Studio 2005 and Vista

    When it comes to debug JavaScript lot's of people feel such a pain (or even think it's impossible) the fact is solution exists but is not obvious. The problem is you can't add breakpoint in your Js code " This is not a valid location for a breakpoint. " on VS 2005 unless you move it to an external Js...
    Posted to Laurent Duveau (Weblog) by pluginbaby on 01-14-2007, 12:00 AM
    Filed under: AJAX, Visual Studio, Web Development, Vista, Tips and Tricks
  • Tip # 30: Did you know... Ajax Extender controls UI behaves differently in VS 2008 than in VS 2005

    In VS 2005, you can drag and drop an extender control anywhere on the design surface. However, in VS 2008, you can drop an extender only on an ASP control which the extender can extend its functionality. When you drag an extender and hover it over a control, if the control can support the extender, you...
    Posted to iis (Weblog) by Anonymous on 11-26-2008, 12:00 AM
    Filed under: Tips and Tricks, ASP.NET, Ajax, Visual Studio 2008, VS2008, VWD, Designer, VSTS
  • Tip #35: Did you know…How to add Intellisense from script libraries for JS files?

    Here is an example to add intellisense for JS files in VS 2008. So, you have two Javascript files Jscript1.js with the following code function validateForm() { } and Jscript2.js (wherein you want current JScript file to show intellisense including objects & functions declared in Jscript1.js) Now...
    Posted to iis (Weblog) by Anonymous on 12-16-2008, 12:00 AM
    Filed under: Tips and Tricks, ASP.NET, Ajax, Visual Studio, Visual Studio 2008, VS2008, Deepak Verma
  • Tip#62: Did you know… How to add Ajax Control Toolkit to the toolbox?

    Steps to add Ajax Control Toolkit for Framework 3.5 SP1 Steps to add Ajax Control Toolkit for Framework 2.0 Ajax Control Toolkit for Framework 3.5 SP1 Following are the steps to add Ajax Control Toolkit to the toolbox for ASP.NET 3.5 webs in Visual Studio 2008 SP1 Download Ajax Control toolkit from here...
    Posted to iis (Weblog) by Anonymous on 05-16-2009, 12:00 AM
    Filed under: Tips and Tricks, ASP.NET, Ajax, Deepak Verma, Visual Studio 2008 SP1
  • Tip#62: Did you know… How to add Ajax Control Toolkit to the toolbox?

    Steps to add Ajax Control Toolkit for Framework 3.5 SP1 Steps to add Ajax Control Toolkit for Framework 2.0 Ajax Control Toolkit for Framework 3.5 SP1 Following are the steps to add Ajax Control Toolkit to the toolbox for ASP.NET 3.5 webs in Visual Studio...( read more )
    Posted to What's New (Weblog) by Anonymous on 05-16-2009, 12:00 AM
    Filed under: ASP.NET, visual Studio 2008 sp1, Ajax, Tips and Tricks, Deepak Verma
Page 1 of 1 (9 items)