What is mvc structure? given example?
How to show gridview control from business components and
using class object arrays?
Answer Posted / dhina
asp MVC.NET is microsoft's answer for web generation 2
sites, where the sites will be search engine optimized.
URL of the site doesnt map to the deployed folder structure
eg (www.test.com/scripts/test1.html) this means that the
test.com is virtual directory and scripts is a subdirectory
and test1.html is physical file name, these direct
directory url is not there in MVC
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Explain the advantages of asp.net.
Explain advantages of caching?
How would ASP and ASP.NET applications run at the same time on the same server?
Why viewstate is used in asp.net?
What is boxing and unboxing in asp.net?
What is the difference between web.config and machine.config in ASP.NET?
How many types of sessions in asp.net?
How does session id work?
What is difference between ispostback and autopostback in asp net?
Can you explain composite pattern?
How can we create pie chart in asp.net?
What is view state management in asp net?
What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?
Define a static class?
Is oauth for authentication or authorization?