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 is fulltrust?
Can we store object in viewstate?
What is the use of web.config file?
Explain weak typing and strong typing.
Why cyclomatic complexity is important?
How do you secure your connection string information?
What is session and cookies in asp.net?
What is ispostback method in asp.net?
What is the use of autowireup in asp.net?
What is postback pixel?
What is the maximum timeout we can set for Cookies?
What is Dynamic Web and discuss its usage with the help of real life examples?
What is custom events?
How can you handle unmanaged code exceptions in asp.net?
What is sql data source control in asp.net?