|
|
| HttpApplication [+] Favor-It | |
| |
 |
| | Sort By:
|
The ASP.NET HttpApplication class hides a number of complex concepts in order to simplify the programming model. Author: Peter A. Bromberg, Ph.D. Code: ASP.NET v1.1 & VB |
Defines the methods, properties, and events common to all application objects within an ASP.NET application. This class is the base class for applications defined by the user in the global.asax file.
Author: unknown Code: ASP.NET v1.0 & VB |
Very soon, the development of Microsoft .NET applications will require interaction between those apps and existing COM components on both the client and the server. Author: David S. Platt Code: ASP.NET Beta 1 & VB |
|  | |
The .NET Framework classes (or the System classes) provide a huge amount of core functionality that Microsoft has made available and that you can take advantage of when building .NET applications from any .NET language. Author: Paul Litwin Code: ASP.NET Beta 1 & VB |
ASP.NET provides the server-side notion of a view state for each control. A control can save its internal state between requests via the property State, an instance of the class StateBag. Author: GotDotNet Code: ASP.NET Beta 1 & VB |
Defines the methods, properties, and events common to all application objects within an ASP.NET application. This class is the base class for applications defined by the user in the global.asax file.
Author: rvnuñez Code: ASP.NET v1.0 & VB |
Displaying one Record Per Page using ViewState
Normally a Typical scenerio on web page is display entire data in a datagrid.
But in case a single row need to be displayed with textboxes and buttons we can handle this by using Viewstate
|
|  | |
The HttpApplication class is at the center of ASP.NET Web applications. The HttpApplication class gives us access to many of the objects that we use throughout our application. Author: Steve Eichert Code: ASP.NET v1.0 & VB |
Any dynamic Web application must be capable of managing state information—ASP.NET applications are no different. In this article, I’ll discuss methods for dealing with two types of state information: request state and page state... Author: Daniel L Fox Code: ASP.NET v1.0 & VB |
Icon Key >
 - Recently Updated
 - Showcase Listing
|