Answer Posted / amit v
create view <viewname> as Select *from <tablename>
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Can you explain model, controller and view in mvc?
In .net compact framework, can we free memory explicitly without waiting for garbage collector to free the memory?
Explain the advantage of packaging over xcopy in .net?
What are the sub types of ActionResult?
mention what is the key advantage of using entity framework or ef?
How does �side by side� work for the .net framework 3.0?
Explain unit test done by tester on development team?
If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
What does mvvm mean?
I want to fetch data from datareader. i have three tables in datareader. i want to bind my two table with datagrid, then i want to fetch a value from my third table. do u have any idea pls help me. we use dr.nextresult() for multiple tables.
What is the "helperpage.isajax" property?
What are child actions in ASP.Net MVC?
how do you truncate a table using entity data model?
Will the name change be reflected in any of the existing .net framework 2.0 apis, assemblies, or namespaces?
Explain something about model, view and controllers in asp.net mvc?