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
gokilavasan m
NA
51
37.1k
Help regarding button click event
Mar 29 2012 1:24 AM
hi,
if i click button means i want exit from the webpage.what can i do.can i write
{
Response .Redirect("exit.aspx");
}
instead of the following coding?
protected void Button2_Click(object sender, EventArgs e)
{
Response.Redirect("Home.aspx");
}
Reply
Answers (
2
)
.cs file of different proogramming languages
How genearate crystal reports in mvc3