home / developersection / tag
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
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 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.
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
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.
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
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 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.
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
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
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
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