icon
Leave a message

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

Monday, 29 August 2016

How to apply Previous and Next result display using Asp.net MVC and Entity Framework

Previous and Next result display using Asp.net MVC and Entity Framework Note:  here we will discuss how to apply previous and next button for apply this concept I have two Html.ActionLink() for (Previous and Next).when I click on the next button it will show one by one customers records from Sql server database .i used entity framework in MVC 4. Here we have to use Northwind database and we will apply this concept on Customers table...

Friday, 5 August 2016

How to inserting multiple records in Table using Stored Procedures in Asp.net

Problem statement:  If we want to insert multiple records in sql table (if we click on 20, then 20 entries will be done)in BooksDetails table. Means: - we’ll insert multiple records here in the table as it is shown in this problem that when we will increase the quantity of records then equal amount of query will generate simultaneously and executes in the table that creates more traffic that’s not acceptable .But this type of questions may...