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
Debasis Mohapatra
NA
381
56.3k
How to do dropdown textbox in asp.net mvc
Jan 31 2019 6:51 AM
Please find the below code for view page
<div class="col-md-6 col-xs-12">
<div class="form-group row clearfix">
<label class="control-label col-md-4 col-sm-4 col-xs-6">Leader</label>
<div class="col-md-8 col-sm-8 col-xs-6">
@Html.TextBoxFor(m => m.leader, new { @class = "form-control", @required = "required", @id = "txtCode", @placeholder = "Leader Name" })
@Html.ValidationMessageFor(m => m.leader)
</div>
</div>
</div>
insted of textbox i want a dropdownbox. i am getting error.
Reply
Answers (
4
)
How to send parameter using post method in asp.net
when draw image on print document it return system.Byte[] an