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
vidhya
NA
324
88.2k
Clicking radio button make control visible/hidden
Aug 2 2013 2:40 AM
When radio button is selected, i need to make visible of the textbox for DisplayStart,DisplayClose. If i unselect it, it should be hidden.
<div>
@Html.RadioButtonFor(model => model.MakeTestAvailable, "ScheduleDisplayDate", false) ScheduleDisplayDate
</div>
<div class="grid-12-12">
@Html.LabelFor(m => m.DisplayStart)
@Html.TextBox("DisplayStart", (Model.DisplayStart), new { @class = "date" })
</div>
<div class="grid-12-12">
@Html.LabelFor(m => m.DisplayClose)
@Html.TextBox("DisplayClose", (Model.DisplayClose), new { @class = "date" })
</div>
Reply
Answers (
21
)
convert xy coordinates to lat/long
import excel to sql