Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • 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 #37: Did you know…How to organize usings?

    Overtime C# source code files may have unnecessary & unorganized using directives. Visual Studio IDE organize using options can help you to unclutter the source code. To organize the C# code right click anywhere inside the code editor, select Organize usings. Select Remove Unused Usings to remove...
    Posted to iis (Weblog) by Anonymous on 12-28-2008, 12:00 AM
    Filed under: Tips and Tricks, Visual Studio, Visual Studio 2008, VS2008, Deepak Verma, Editor
  • Tip #45: Did you know…How to change the DynamicData folder location?

    ASP.NET Dynamic Data is a framework that lets you create data-driven ASP.NET Web applications easily. It does this by automatically discovering data-model metadata at run time and deriving UI behavior from it. By default for a Dynamic data Web Application...( read more )
    Posted to What's New (Weblog) by Anonymous on 03-27-2009, 12:00 AM
    Filed under: ASP.NET, Tips and Tricks, Visual Studio, Dynamic Data, visual Studio 2008 sp1, Deepak Verma
  • Tip #45: Did you know…How to change the DynamicData folder location?

    ASP.NET Dynamic Data is a framework that lets you create data-driven ASP.NET Web applications easily. It does this by automatically discovering data-model metadata at run time and deriving UI behavior from it. By default for a Dynamic data Web Application the dynamic data folder is created in the root...
    Posted to iis (Weblog) by Anonymous on 03-27-2009, 12:00 AM
    Filed under: ASP.NET, Tips and Tricks, Visual Studio, Dynamic Data, Visual Studio 2008 SP1, Deepak Verma
  • Tip #49 Did you know… how to set the editor to always place open braces on new line for functions in JScript?

    In Visual Studio, click Tools -> Options. In the Options dialog on the left pane select Text editor -> JScript -> Formatting. Check Place open brace on new line for functions. Deepak Verma SDET | Visual Web Developer Read More......( read more )
    Posted to What's New (Weblog) by Anonymous on 03-30-2009, 12:00 AM
    Filed under: Visual Studio, Visual Studio 2008, visual Studio 2008 sp1, Tips and Tricks, JScript, Deepak Verma, Editor
  • Tip #75: Did you know…How to maintain scrollposition after post back?

    When web pages are posted back to the server, by default user is returned to the top of the page. On a large web page, you might have a requirement to scroll down the user automatically to the last position on the page. MaintainScrollPositionOnPostBack...( read more )
    Posted to What's New (Weblog) by Anonymous on 06-08-2009, 12:00 AM
    Filed under: Visual Studio, ASP.NET, .NET, Tips and Tricks, Deepak Verma
  • Tip #75: Did you know…How to maintain scrollposition after post back?

    When web pages are posted back to the server, by default user is returned to the top of the page. On a large web page, you might have a requirement to scroll down the user automatically to the last position on the page. MaintainScrollPositionOnPostBack page property can be used to achieve this in one...
    Posted to iis (Weblog) by Anonymous on 06-08-2009, 12:00 AM
    Filed under: Tips and Tricks, ASP.NET, .NET, Visual Studio, Deepak Verma
  • Tip #82: Did you know... How to migrate Visual Studio 2005 Web Application Project to Visual Studio 2008

    Following steps highlight how a Visual Studio 2005 Web application project can be migrated to Visual Studio 2008. Take backup of the original project Open Visual Studio 2008 Click File -> Open Project and browse to the folder to open the project You will receive the following conversion wizard to...
    Posted to iis (Weblog) by Anonymous on 06-18-2009, 12:00 AM
    Filed under: Tips and Tricks, Visual Studio, Visual Studio 2008, VS2008, VWD, Deepak Verma, Visual Studio 2008 SP1
  • Tip #82: Did you know... How to migrate Visual Studio 2005 Web Application Project to Visual Studio 2008

    Following steps highlight how a Visual Studio 2005 Web application project can be migrated to Visual Studio 2008. Take backup of the original project Open Visual Studio 2008 Click File -> Open Project and browse to the folder to open the project You...( read more )
    Posted to What's New (Weblog) by Anonymous on 06-18-2009, 12:00 AM
    Filed under: Visual Studio, Visual Studio 2008, VWD, visual Studio 2008 sp1, Tips and Tricks, VS2008, Deepak Verma
  • Tip #92: Did you know … How to select a master page using 'Select a Master Page' dialog?

    Master page for a Web form can always be set manually in the source code, but here is an option to select the master page while create the webform using the 'Select a Master Page' dialog. The path to select a Master page using the 'Select...( read more )
    Posted to What's New (Weblog) by Anonymous on 08-21-2009, 12:00 AM
    Filed under: Visual Studio, Visual Studio 2008, VWD, visual Studio 2008 sp1, Tips and Tricks, VS2008, Deepak Verma, VSTS, Master Pages
Page 1 of 2 (19 items) 1 2 Next >