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
Amitesh Verma
NA
746
87.4k
Dynamic Button Visibility
Aug 14 2015 6:01 AM
I have some checkbox on page,like checkhold,
i get some rows from database ,which have control name,i want to use that sql data and using that set the control visibility false .
i m stuck in that ,cant find the solution.
string checkhold=dt.rows[0]["checkhold"].tostring();
HtmlGenericControl chkforward = (HtmlGenericControl)obj.Form.Page.FindControl(checkhold);
chkforward .Visible = false;
where i am wrong?
Reply
Answers (
3
)
How to set Two Controls in one row?
How to use Server.MapPath in ajax jquery call while deployin