0

Is it possible to change this:

@(Html.TextBox("q", Model.Search.FreeSearc))

to this:

<input type="text"... />

thanks...

1
  • yes I whant it to change in View Commented May 13, 2014 at 11:38

1 Answer 1

1

You can try below code :-

<input id="q" name="FreeSearc" type="text" value = "@Model.Search.FreeSearc" />
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.