Users Pricing

forum

Home Forums Apply tool tip to a field in mvc3 application – MindStick

Apply tool tip to a field in mvc3 application

marcel ethan 2379 22 Oct 2013

I have a field "name" in my model as follows

[StringLength(50,MinimumLength=2)]

public string name{ get; set; }


And in view its like as follows

 <li>

     <label >
     NAME</label>
     @Html.TextBoxFor(x => x.name)
 </li>

Can anybody please help me to put a lengthy tool tip for this field. Its in MVC.


0 Answers

Markdown for AI

A clean, structured version of this page for AI assistants and LLMs.

Open .md