Wednesday, July 13, 2011

Creating a scrollable text area using MVC.

Given below is a code snippet to create a scrollable text area using MVC.

@Html.TextAreaFor(x => x.Textfield,
new { style = "overflow-y:scroll;vertical-align:top;margin:4px 1px 4px 0;height:293px;width:600px" })

No comments:

What is success?

The journey of life takes us through varied experiences like landing an admission at a prestigious college, earning a degree, getting hired,...