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
venky n
NA
110
38.3k
master page lable control runtime visible true and false
Mar 10 2015 12:58 AM
This is master page coding,process is button click time redirect to next page,but lable control not visible...
HOw to visible lable control master page runtime..
protected void btnuser_Click(object sender, EventArgs e)
{
lbluser.Visible = true;
lbluser.Text = "User Creation Set";
Response.Redirect("~/User Creation Set.aspx");
}
protected void btnstatus_Click(object sender, EventArgs e)
{
lbluser.Visible = true;
lbluser.Text = "Status";
Response.Redirect("~/StatusSettings.aspx");
}
Reply
Answers (
1
)
To expand the child node and highlight the parent
bind A Record from database to a form By Clicking hyper link