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
What are themes and skins in 2.0, explain usage scenario?
Can you change a master page dynamically at runtime? How?
a)COM Callable Wrapper b)Runtime Callable Which one of the above is Win32 API in .Net?
What is the difference between visual basic and asp.net?
Is it possible to create web application with both webforms and mvc?
Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?
Define common type system?
Define xmlreader class.
Why mvc is better than asp.net? : Asp.Net MVC
Explain security types in asp.net?
If you have an application with multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers by using round-robbin load balancing. Explain which is the best approach to maintain login-in state for the users?
What is different in .net 1.1 and .net 2.0?
Explain login control and form authentication.
What does mvc represent in asp.net? : asp.net mvc
Explain how is a property designated as read-only?