I want to change the background of the textbox. This is my code:
@Html.TextBoxFor(p => p.Publishers[0].pub_name)
What more do I need to write in TextBoxFor to change the background?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
An overload of the TextBoxFor method allows you to pass an object for the HTML attributes.
Then you can have a CSS rule such as:
If you want to apply a style directly you can do: