Question:You are developing an ASP.NET MVC 2 application. You create a login user control named login.ascx. You need to display Login.ascx in a view. What should you do?
A Use an HTML server-side include.
B Use the HTML.Display method
C Use the HTML.Partial method.
D Use the @Import directive
+ AnswerC
+ Report