TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About global.asax
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Vishal Nayan (1)
Soft Corner (1)
Anoop Kumar Sharma (1)
Abhimanyu K Vatsa (1)
Uday Gaikwad (1)
sudhirmangla (1)
Related resources for global.asax
No resource found
Looking inside Global.asax application file in ASP.NET 3.5
1/25/2021 6:47:15 AM.
Global.asax allows us to write event handlers that react to global events in web applications.
Major Events in GLOBAL.ASAX file
1/13/2021 7:29:52 AM.
The Global.asax file, which is derived from the HttpApplication class, maintains a pool of HttpApplication objects, and assigns them to applications as needed.
Display Number of Online Users in ASP.Net
11/12/2014 5:34:33 PM.
This article shows how to display the number of online users in ASP.NET.
Create and Use Session and Application Level Events in ASP.NET
11/10/2012 5:58:49 AM.
This article, will explore the Session and Application level events exposed in the Global.asax file and how we can utilize in our applications.
Global.asax in ASP.NET for locking web pages, security and license management system
6/21/2010 12:48:37 AM.
In this article we will see that global.asax file events. So we can use this every web application for application control, state and Application management , locking web pages , security of web application and license management system.
Introduction to ASP.NET
6/10/2009 2:15:00 AM.
I have seen many tutorials on ASP.NET but most of them starts with coding and writing your first ASP.NET program. But here I have written this tutorial for explaining why there is a need for ASP.NET when classy ASP is working fine, what are the underlying technology behind ASP.NET, and what programming model ASP.NET provides to programmers.