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.7k
rounded textbox for asp.net c# MVC
Jan 1 2019 12:55 AM
Please find the below MVC view code design.I want to design ronded textbox for below textbox.
<div>
<center>Brand:@Html.TextBoxFor(m => m.Mobile_brand)<br /></center>
<center>Model:@Html.TextBoxFor(m => m.mobile_model)<br /></center>
<center>price:@Html.TextBoxFor(m => m.mobile_price)<br /></center>
<center>Description:@Html.TextBoxFor(m => m.mobile_description)<br /></center>
<center><input type="submit" value="Save" /><br /></center>
@ViewBag.Msg
</div>
Reply
Answers (
3
)
Security in .Net Core
Application not run without check System IP Address