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
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
bahare g
NA
68
0
Dispose static varible
Jan 9 2011 1:52 AM
Hello all my firends
I have a web page that i use a static varible for count how many i click in my button.I want to destroy this static varible when i close my page .but it's not possible . I implement Dispose method in my page but this mtehod execute after page_load executed.
public
override
void
Dispose()
{
base
.Dispose();
}
plz help me.
Reply
Answers (
1
)
Global variable
THIRD PARTY PAYMENT GATEWAY IMPLEMENTATION IN ASP.NET