What is the main function of razor in asp.net? : asp.net mvc
Answer Posted / abdul yesdani
Razor is asp.net programing syntax to create dynamic web pages, it lets you allow to write C# / VB programing language in a web page(*.cshtml / *.vbhtml).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Briefly describe the role of global.asax?
Where is the view state data stored?
To display data in a Repeater control which template you provide?
In which event of the page viewstate is available?
Which is an advantage of application service providers?
How to count the number of objects present in a web page? How to count the number of radio buttons in a web page?
Explain how can we access static variable?
What is the basic purpose of the required field validator? How can you use a required field validator to check that the user changes the initial value of a text box? a listbox?
What is active web pages?
What is windows active directory authentication?
What describes a query?
Explain advantages of caching?
What is razor? : asp.net mvc
What does mvc represent in asp.net? : asp.net mvc
Which browsers support the xmlhttprequest object?