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
What is entity framework firstordefault?
What are the versions of .net framework?
What are the 3 segments of the default route, that is present in an ASP.NET MVC application?
How to use multiple submit buttons in asp.net mvc?
What is mvc entity framework?
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.
How to Create an Intranet Site Using ASP.NET MVC?
What are actions in mvc?
What is entityset? : Entity framework
What is entity client data provider? : Entity framework
What are the differences between Partial View and Display Template and Edit Templates in ASP.Net MVC?
Give an example for authorization filters in an asp.net mvc application?
What is viewbag?
Where is tempdata stored?
Which is the default http method for an action method?