Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
5
Answers
Please explain this function and were to this use?
Subash Chandra Bose
8y
303
1
Reply
if (!IsPostBack)
{
if (staticClass1.CheckLog())
{
Response.Redirect("~/Default.aspx");
}
txtGroupName.Focus();
}
Post
Reset
Cancel
Answers (
5
)
Next Recommended Forum
User selection of no of records per page in MVC4
load dropdownlist in masterpage