category

home / developersection / category

EnableViewState in ASP.Net
asp.net 10-May-2013
EnableViewState in ASP.Net

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

Response.Redirect() & Server.Transfer() in ASP.Net
asp.net 10-May-2013
Response.Redirect() & Server.Transfer() in ASP.Net

TheRedirectmethod causes the browser to redirect the client to a different URL.Server.Transferacts as an efficient replacement for theResponse.Redirec

PostBack in ASP.Net
asp.net 07-May-2013
PostBack in ASP.Net

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

Calculate Age in ASP.Net C#
asp.net 01-Apr-2013
Calculate Age in ASP.Net C#

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#.

Introduction to the ASP.NET Web API
asp.net 11-Sep-2012
Introduction to the ASP.NET Web API

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

ViewState in ASP.Net
asp.net 11-Sep-2012
ViewState in ASP.Net

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.

Transferring Data between ASP.NET Web Pages
asp.net 11-Sep-2012
Transferring Data between ASP.NET Web Pages

In most of the Web Application, so many times it is required to pass/transfer data between pages or one page to another. Requirements like maintaining

ASP.Net 2.0: Export GridView to Excel
asp.net 31-Aug-2012
ASP.Net 2.0: Export GridView to Excel

The focus of the article is the Export to Excel functionality - the Gridview and its data binding are only for demonstrating the Export functionality.

PostBack in ASP.Net
asp.net 22-Aug-2012
PostBack in ASP.Net

PostBack is an event that is triggered when an action is performed by an ASP.Net Control. For example when we click on an asp button, the data on the page is posted back to the server for processing.

ASP.Net URL Redirection
asp.net 09-Aug-2012
ASP.Net URL Redirection

One of the most popular extensions to the Apache Web server has been mod_rewrite - a filter which rewrites URLs. For example, instead of a URL such as

ASP.Net 4 SEO Improvements
asp.net 01-Aug-2012
ASP.Net 4 SEO Improvements

Before discussing about ASP.Net 4 SEO Improvements methodology firstly we have focused on why SEO? Search engine optimization (SEO) is important for any publically facing web-site.

Add Google reCaptcha in Asp.Net Page
asp.net 27-Jul-2012
Add Google reCaptcha in Asp.Net Page

Step 1:- Create a webpage Step 2:- Download reCaptcha from given link and save it on your local system. http://www.google.com/recaptcha/whyrecaptchaS