sql server - Searching the data from database -


I have to search the data based on the month and year from the database and the data should be displayed on the scene in grid view format. Used two different tables, one table and other details for storage of only one month and year, and in this table, I have used reference key in the table of months and years. Now I have to get the data based on this reference key. Please help. I am the new ASP.Net MVC

Please see "Creating Our Data Model Object" topic by Scott Gujarat . Plus plus which talk about Linq to Sql (unit framework).

Comments

Popular posts from this blog

asp.net - Procedure or function "Procedure name" expects a parameter "Param name" which was not supplied occurs rarely -

c# - The item with identity 'Id' already exists in the metadata collection. Parameter name: item -

c++ - Redefined variable in the other module -