Home
|
PHP
|
ASP.NET
|
ASP
|
JSP
Share The Love
Web Apps
& Controls
Tutorials
Books
Community
Directories
---------------
All of ASP.NET
Within Directory
---------------
ASP Index
You are 1 of 241 Active ASP.NET Visitors
ASP.NET Home
|
Resources
|
Buzz Clips
|
My Favor-Its
|
Login
Web Applications
(479)
Component & Controls
(1037)
ASP.NET Web Hosting
(275)
Software & Server
(171)
Tutorials & Code Snips
(4752)
References
(399)
Books & Media
(271)
Community
(90)
Other ASP.NET Sites
(380)
 
Resource Home
(7861)
How Do I ...
(2901)
Specific Topics
(1842)
 
Tutorials & Code Snips
(4752)
.CodeDom
(96)
.Collections
(55)
.ComponentModel
(96)
.Configuration
(3)
.Data
(129)
.Diagnostics
(17)
.DirectoryServices
(6)
.Drawing
(16)
.EnterpriseServices
(73)
.Globalization
(8)
.IO
(11)
.Management
(70)
.Messaging
(37)
.Net
(6)
.Reflection
(4)
.Resources
(11)
.Runtime
(24)
.Security
(16)
.Text
(16)
.Threading
(23)
.Timers
(1)
.Web
(811)
.Xml
(134)
Exception
(5)
Language Spec
(9)
Silverlight
(5)
System
(127)
Web Services
(27)
 
Specific Topics
(1842)
.Configuration
(71)
.Mail
(9)
.Security
(1)
.Session State
(25)
.User Interface
(594)
Classes
(69)
Delegates
(6)
Enumerations
(11)
Global.asax
(6)
Interfaces
(18)
 
.Web
(811)
 
Classes
(69)
HttpApplication
(10)
HttpApplicationState
(3)
HttpBrowserCapabilitie
(2)
HttpCachePolicy
(2)
HttpCacheVaryByHeaders
(2)
HttpCacheVaryByParams
(2)
HttpClientCertificate
(2)
HttpCompileException
(2)
HttpContext
(2)
HttpCookie
(2)
HttpCookieCollection
(2)
HttpException
(2)
HttpFileCollection
(2)
HttpModuleCollection
(2)
HttpParseException
(2)
HttpPostedFile
(2)
HttpRequest
(5)
HttpResponse
(4)
HttpRuntime
(1)
HttpServerUtility
(3)
HttpStaticObjectsColle
(2)
HttpUnhandledException
(1)
HttpUtility
(2)
HttpWorkerRequest
(2)
HttpWriter
(2)
ProcessInfo
(2)
ProcessModelInfo
(2)
TraceContext
(2)
HttpApplication
[+]
Favor-It
Sort By:
Default
Name Asc
Name Desc
Price Asc
Price Desc
Rating Asc
Rating Desc
Favor-Its Asc
Favor-Its Desc
Version Asc
Version Desc
Hits Asc
Hits Desc
Date Asc
Date Desc
HttpApplication Class
Site:
Egghead Cafe
Rating:
Reviews:
1
[+]
Favor-It:
1 User
[+]
Hits Today: 1
Report Error
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
HttpApplication Class
Site:
MSDN
Rating:
Reviews:
0
[+]
Favor-It:
0 Users
[+]
Hits Today: 1
Report Error
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
Interact with COM-based Apps
Site:
Microsoft
Rating:
Reviews:
0
[+]
Favor-It:
0 Users
[+]
Hits Today: 2
Report Error
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
.NET Framework Classes, Part 2
Site:
15seconds.com
Rating:
Reviews:
0
[+]
Favor-It:
0 Users
[+]
Hits Today: 1
Report Error
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
Using View State
Site:
GotDotNet
Rating:
Reviews:
0
[+]
Favor-It:
1 User
[+]
Hits Today: 1
Report Error
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
HttpApplication Class
Site:
ASPxtreme
Rating:
Reviews:
0
[+]
Favor-It:
1 User
[+]
Hits Today: 1
Report Error
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
ViewState Demonstration
Code Snippet
Rating:
Reviews:
0
[+]
Favor-It:
0 Users
[+]
Hits Today: 1
Report Error
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
Understanding HttpApplication
Site:
DotNetJunkies
Rating:
Reviews:
0
[+]
Favor-It:
0 Users
[+]
Hits Today: 1
Report Error
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
Learn to handle page & request
Site:
Builder.com
Rating:
Reviews:
0
[+]
Favor-It:
0 Users
[+]
Hits Today: 1
Report Error
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
More Pages:
1
|
2
Next >>
Icon Key >
- Recently Updated
- Showcase
- Cool Stuff
- Codango Lab Review
ASP.NET Section Stats
32023
page-views today
70415
yesterday
2.22
million last month
97.13
million total
since February 01, 2001
(formerly 411asp.net)
Submit a Listing into this Category
|
Update Your Listings
Link to Us
|
Advertise
|
Contact Us
|
Website Help
Thank you for trying the Beta version of
our website.
What do you think?
Codango Home
|
PHP
|
ASP.NET
|
ASP
|
JSP
Advertise With Us
|
About Us
|
Terms of Use
|
Privacy Policy
© 2008 InfoGenius Inc., All rights reserved