One can specify AutoEventWireup attribute in the following locations: • The Machine.config file • The Web.config file • Individual Web Forms (.aspx files) • Web […]
Category: ASP.NET Articles
What is AutoEventWireup attribute in ASP.NET
AutoEventWireup attribute is set to false by default in the .aspx page and event handlers are automatically created. When you set the value of the […]
Introduction to ASP.NET MVC using C#
Getting Started Start by running Visual Studio 2010 and select New Project from the Start page. Visual Studio 2010 – Start Page Creating Your […]
ASP.NET MVC Design
ASP.NET MVC Design ASP.NET MVC Design ASP.NET MVC Design pattern derives from MVC design pattern i.e. Model View Controller design pattern. It seperates […]
Microsoft Web Platform Installer
Microsoft Web Platform Installer Microsoft Web Platform Installer (Web PI) is a free tool that makes getting the latest components of the Microsoft Web Platform, […]
Setting Menu options Dynamically based on Role in ASP.NET using LINQ
Setting Menu options Dynamically based on Role in ASP.NET using LINQ Step 1. Add Menu control to aspx or master page. <asp:Menu ID=”menuRoleBased” runat=”server” Font-Names=”Verdana” […]
ASP.NET , C# – Configuring to use XML to display error and validation message
ASP.NET , C# – Configuring to use XML to display error and validation message Step 1 – Add XML file to store error and validation […]
AJAX Client Side Event Life Cycle
AJAX Client Side Event Life Cycle 1. Page Request 2. Init 3. Load · initializeRequest · beignRequest · pageLoading · pageLoaded 4. Load · endRequest […]
AJAX UpdateProgress control : Avoid multiple updates to Update Panel
This tutorial will demonstrate how UpdateProgress control can be used to avoid multiple updates to Update Panle while one update request is in progress. To […]
What is ScriptManager ?
ScriptManager ScriptManager control on a page is used to enable the Microsoft Ajax features of ASP.NET: Client-script functionality of the Microsoft Ajax Library, Partial-page rendering, […]
