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
krishna angirekula
NA
68
29.8k
login problem to my site
May 23 2013 3:08 AM
if (!IsPostBack)
{
if (Session["UserId"] != null && Session["AccessLevel"] != null)
{
Session["UserId"] = null;
Session["AccessLevel"] = null;
lblcname.Text = SqlHelper.Instance.GetCompanyname();
}
else
{
Response.Redirect("login.aspx");
}
FirstGridViewRow();
txtSelectDate.Focus();
}
i am placing login page to my website
Reply
Answers (
1
)
Sharing video among the registered members of application.
CreateUserWizard - save data to own database