tag

home / developersection / tag

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

Set Property Value on Master Page from Content Page
asp.net 17-Oct-2011
Set Property Value on Master Page from Content Page

In this blog I am going to explain how to set value of property on the master page, so that property can be easily access on its content page. If you

Exception Handling through JavaScript
asp.net 17-Oct-2011
Exception Handling through JavaScript

Exception handling is an important concept which is widely used in programming language. Exception handling is an important approach which is designed to handle unexpected occurrence of code error in programming language.

Profile in ASP.net
asp.net 10-Aug-2011
Profile in ASP.net

The ASP.NET Framework provides an alternative to using cookies or Session state to store user information as a Profile object. When a user visits your

Themes in Asp.net
asp.net 09-Aug-2011
Themes in Asp.net

A theme is a collection of property settings that allow you to define the look of pages and controls, and then apply the look consistently across page

Clearing Cache in Asp.net
asp.net 09-Aug-2011
Clearing Cache in Asp.net

In computer engineering, a cache is a component that transparently stores data so that future requests for that data can be served faster. If requeste

Registering Client Script in Asp.net
asp.net 09-Aug-2011
Registering Client Script in Asp.net

IntroductionClient-side script generally refers to the class of computers programs on the web that are executed client side by the user’s browser, ins