home / developersection / tag
//C# coding// using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;
In this blog, I’m explaining how to add the textbox, dropdown, checkbox in editable gridview in asp.net Step 1:Create an asp.net empty web applicatio
In this blog, I’m explaining the state management in asp.net. Web pages are based on HTTP which is a stateless protocol means there is no information
In this blog, I’m explaining how to make a gridview editable in asp.net Step 1: First create an asp.net empty web application and add
In this blog I am trying to explain the concept of "Global.asax" in asp.net.Introduction The Global.asax file is an optional file that is located in
In this blog I am trying to Implementing ASP.NET Custom Site-Map.A site map (or sitemap) is a list of web pages of a web site that are accessed by the
The ASP.NET view state is the technique used by an ASP.NET Web page to persist changes to the state of a Web Form across postbacks. The view state of
TheRedirectmethod causes the browser to redirect the client to a different URL.Server.Transferacts as an efficient replacement for theResponse.Redirec
In this blog I am going to trying to explain the concept of PostBack. PostBack is the name given to the process of submitting an ASP.NET page to the
Some time we face problem related to calculating exact age in year. In this blog I have explained how to calculate exact age in year in ASP.Net with C#.
ASP.NET Web API is a framework that makes it easy to build HTTP services that reach a broad range of clients, including browsers and mobile devices. A
The basic idea behind the view state feature is that when a form is submitted in ASP .NET, the form reappears in the browser window together with all form values.