Question:Which syntax is correct? 

A <%= Html.TextBox ("LastName", Model.LastName, new {@ class= "textbox",Size=50} ) %> 

B < Html.TextBox ("LastName", Model.LastName, new {@ class= "textbox",Size=50} ) > 

C <%= Html.TextBox ("LastName", Model.LastName, new { class= "textbox",Size=50} ) %> 

D none 

+ Answer
+ Report
Total Preview: 700

Copyright © 2024. Powered by Intellect Software Ltd