Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
2
Answers
mvc list view overflowing
Nizam Nizam
9y
513
1
Reply
mvc4 i have a list like serial number column , content column and date column ,
while the content is more then 500 words it's overflowing the row ., i wanna show that first little words in a row don't wanna over flow how can i do it ???
@foreach (var msg in Model)
{
<tr>
<td>@sn</td>
<td>@Html.DisplayFor(a => msg.content)</td>
<td>@Html.DisplayFor(a=>msg.date)</td>
</tr>
sn++;
}
Post
Reset
Cancel
Answers (
2
)
Next Recommended Forum
how can we add scan option in asp.net application
How to send email to a client.