Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • Converting VS 2008 Website to Web Application

    Background (skip if you know Web Application Projects) In VS 2002/2003, the web project model for a website was similar to "class library" projects, where you have a .CSPROJ or .VBPROJ file that keeps track of files "included" in the project, and compiles all the pages and controls code behind to a single...
    Posted to Guru Stop (Weblog) by Mohamed Meligy on 08-03-2008, 12:00 AM
    Filed under: ASP.NET 2.0, ASP.NET, Visual Studio, Orcas, .NET FAQ, .NET
  • Prevent ASP.NET Validators from Massively Increasing Page Size

    This is problematic with ASP.NET AJAX. The main Script Components are NOT sent to the client when in :Legacy” mode. This is “ By design ” in ASP.NET AJAX, although it is a clear limitation!! I’m investigating the problem for other solutions and will be sending an update soon. Thank you, Iman Halawany...
    Posted to Guru Stop (Weblog) by Mohamed Meligy on 06-17-2008, 12:00 AM
    Filed under: ASP.NET Controls, ASP.NET 2.0, ASP.NET
  • ASP.NET Validators Client Side APIs: MSDN List Page

    If you have ever thought that the famous if(Page_ClientValidate("validationGroup")) {/*JS Code*/}   and myValidator.ValidationGroup = "validationGroup"; are sure not enough client side capabilities in ASP.NET validators, you are right. The list of client side API for ASP.NET...
    Posted to Guru Stop (Weblog) by Mohamed Meligy on 05-31-2008, 12:00 AM
    Filed under: ASP.NET Controls, ASP.NET 2.0, ASP.NET
  • .NET Job Offerings - Seattle, WA

    Axinom, the leading European technology integrator specializing in the Microsoft enterprise platform and ECM solutions, is entering the U.S. market. Read on, if you are interested in working for a company that uses cutting-edge technologies, works for the most well-known brands, is profitable, grows...
    Posted to axinom! (Weblog) by Axinom on 04-21-2008, 12:00 AM
    Filed under: Axinom, ASP.NET 2.0, CMS, development, Portal, ASP.NET, .NET, ASP.NET Web, AJAX, C#, Visual Studio
  • ASP.NET Basics: Foundation of ASP.NET

    This has been pooled together from a number of resources: What is ASP.NET? Microsoft ASP.NET is a server side technology that enables programmers to build dynamic Web sites, web applications, and XML Web services. It is a part of the .NET based environment and is built on the Common Language Runtime...
    Posted to Mike Dopp (Weblog) by mikedopp on 03-20-2008, 12:00 AM
    Filed under: ASP.NET 2.0, ASP.NET
  • Javascript Enable/Disable Dropdown in Gridview using Checkboxes

    If you come up with some requirement in which you have a Checkbox and a DropDownList in GridView control and you are requried to enable disable the DropDownList on the basis of the CheckBox value you can use following Code. -----------------------------------.aspx file ------------------------------...
    Posted to Faraz Shah Khan (Weblog) by farazsk11 on 02-27-2008, 12:00 AM
    Filed under: javascript, C#.Net, Checkbox, GridView, VB.Net, ASP.Net, ASP.NET 2.0, dropdown
  • Unit Test Friendly File Upload Handling in N-Tier Applications

    The Problem In an N-tier application, you keep your logic in a business logic tier, typically a different VS project that can be used from a website, a windows service, or desktop application, and that should be valid to writ unit tests against on its own. But how about if your requirements say that...
    Posted to Guru Stop (Weblog) by Mohamed Meligy on 02-18-2008, 12:00 AM
    Filed under: ASP.NET Controls, ASP.NET 2.0, ASP.NET
  • ASP.NET 2.0 Themes: You know, you use!

    Note: This is ported from my old weblog. Originally published June 22, 2006 First, I assume here that you know themes and read about them, but are a bit afraid or unfamiliar with using them. If you don't know what are Themes and skins in ASP.NET 2.0, check their section on MSDN as well as this great...
    Posted to Guru Stop (Weblog) by Mohamed Meligy on 01-26-2008, 12:00 AM
    Filed under: ASP.NET 2.0, ASP.NET, Web Design
  • ASP.NET Web Deployment Tip

    When your ASP.net App has been deployed make sure you turn off debugging. Flip the bit from: <compilation debug="true"> to: <compilation debug="false"> A little speed and performance enhancement. Enjoy! Technorati Tags: ASP.NET , IIS , Web Deployment , .NET LiveJournal...
    Posted to Mike Dopp (Weblog) by mikedopp on 01-11-2008, 12:00 AM
    Filed under: ASP.NET 2.0, ASP.NET, IIS
  • Experts4D News (December 2007)

    18 - 20/12/07 - MS AJAX & Silverlight from A to Z Course ( TOC ) ASP.NET Ajax is the framework you need to know to build rich interactive web based applications. This deep dive day session includes intensive information on the main mechanisms in the framework: Object orientation with ajax, authoring...
    Posted to I LOVE C# (Weblog) by Vardi on 12-02-2007, 12:00 AM
    Filed under: ASP.NET, ASP.NET 2.0, Win Forms 2.0, General, WCF, WPF, ATLAS.NET
Page 1 of 4 (37 items) 1 2 3 4 Next >