Related resources for ASP.Net Page
  • Page Life Cycle In ASP.NET10/5/2023 12:08:06 PM. This article describes various stages or events of an ASP.NET page life cycle. ASP.NET Page Life Cycle includes events PreInit, Init, InitComplete, OnPreLoad, Load, PostBack, LoadComplete, OnPreRender
  • Reducing Page Size in ASP.NET Application5/24/2021 4:53:18 AM. The purpose of this article is to show how to increase the performance of an ASP.NET application by reducing the page size and response time.
  • ASP.NET Application Life Cycle2/4/2021 5:10:49 AM. Working with ASP.Net applications requires working with the application's life cycle and handling the appropriate events in the application's lifecycle.
  • ASP.Net Page Directives1/29/2021 10:53:02 AM. As a ASP.NET developer everyone have to have knowledge about Page Directive. If you are a fresher and you want to know about the page directive then you can read this article
  • Display Marquees on ASP.Net Webpage11/12/2020 7:24:42 AM. In this article we will see how to display various marquees on an ASP.Net webpage.
  • Session State in ASP.Net6/10/2019 12:11:12 AM. This article explains ASP.NET Session State management and its modes. Here we will see how to store values to a session and retrieve values from a session state.
  • Getting Started With ASP.NET Page Life Cycle10/8/2015 3:28:26 PM. In this article, I will demonstrate you about the life cycle of an ASP.NET page.
  • Using Header Property (Meta Content) in ASP.NET11/10/2012 1:53:39 AM. In this article we will discuss how to use Header Property and Meta Contents, Keywords in ASP.Net page.
  • ASP.NET Page Life Cycle in VB.NET11/10/2012 1:29:36 AM. In this article, we will see the stages of execution of the ASP.NET Page.
  • ASP.NET Page Life Cycle 10/13/2012 2:19:15 AM. In this article, we will see the execution stages of an ASP.NET Page.
  • Output ASP.NET Page to HTML10/3/2012 11:28:50 AM. There are various reasons why it would be more appreciative to have the html page to be served to client.
  • 5 Ways to Send Data Between ASP.NET Pages7/30/2012 3:14:12 PM. I’m going to list 5 ways to send data between ASP.NET Pages. The first 2 or 3 ways are very well-known and the last 2 or 3 ways are less popular.
  • ASP.NET Page Life Cycle5/20/2012 4:17:01 AM. In this article, we will see the stages of execution of the ASP.NET Page.
  • Server.Transfer : Passing Values from One Page to Another Page5/20/2012 2:32:47 AM. Some times, we want to pass values from one page to another page. There are many ways by which we can do this like: by using query string, or session variable, or Server.Transer etc. This article shows you, how to pass values from one page to another page by using Server.Transfer method.
  • Required Field Validation Error in Group Using JQuery5/15/2012 3:44:58 PM. This article discusses client-side validation using jQuery and finds it to be very interesting and useful.
  • Page.PreviousPage Method in Asp.net9/16/2011 1:02:54 PM. In this article you will learn how to transfer data from one page to another page in ASP.NET and for doing this activity there are various ways through which we can transfer data from one page to another page
  • Page Visit Count using cookies11/19/2010 1:17:53 AM. In this article, I would like to demonstrate page visiting counter using cookies.
  • ASP.NET Page Life Cycle Events11/9/2010 4:39:11 AM. In this article, I will discuss in detail the ASP.NET page life cycle events.
  • Simple Server Callbacks using JQuery in ASP.Net page3/11/2010 7:03:52 AM. Here I'm showing you how to prepare ajax calls using jquery and showing the data coming from server side to html page without any postback.
  • Add a Favicon to your ASP.Net page2/4/2010 1:27:14 AM. A favicon is the little image displayed at the left edge of the address bar in most browsers, or on the tab.
  • ASP.Net 2.0 What's new in Page Life Cycle1/8/2006 11:49:57 PM. ASP.NET 2.0 adds some new events to allow you to follow the request processing more closely and precisely. This article looks into those events.