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
Hind Najim
NA
32
18.1k
TextBox visibility
Sep 7 2013 3:01 AM
Hi
I have three CheckBoxes each on new line and I have also one TextBox
myTextbox is invisible by default and I need to make it visible if I checked one of the checkboxes, but I need it to be shown parallel to the checkBox that I select.
Example, if I select CheckBox2, then myTextBox will be shown parallel to that checkBox2 only.
Also, I don't want to create 3 textboxes since I need to use the myTextBox value as a parameter for another function later.
CheckBox1 MyTextBox
CheckBox2 MyTextBox
CheckBox3 MyTextBox
Is it possible to achieve this?, I tried to use textbox.Top / textbox.Bottom but didn't work.
Reply
Answers (
7
)
delete records
Predetermined characters