Why Join
Become a member
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
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forumguidelines
TAN WhoAMI
0
291
0
Fix the width of each column in View
Mar 12 2013 8:32 AM
using ASP.NET MVC 4 template, we have those Index.cshtml, Edit.cshtml, etc...
In Index, I am able to display those data in its rows and columns. However, say, when user go to Edit and do some changes, say type in the Description field which is much longer than the width of the Description column width. Then this long Description will appear as a single line of the long text, which is not what I want.
I want the width of each column fixed, such that when it reaches the end of the column, then it will just go to the second line in that column field. Is that possible?
What are the changes in code I need to do to achieve this?
I would appreciate some code sample to start with.
thanks.
Reply
Answers (
0
)
how to retrive data from aspx page ??
registration page problem ?