Click here to Skip to main content
15,885,546 members

Comments by Ranjeet Patel (Top 60 by date)

Ranjeet Patel 3-Nov-14 2:54am View    
See if you know, that the database can have .mdf file detachable. You can use this file to store in a particular folder and give the connection string to that file and then you can use that file as you use the server database to store the data. remember If that file is deleted from client machine your whole data will be deleted.
Ranjeet Patel 28-Oct-14 6:27am View    
Where do you want to keep your database. Is it on client machine or you have some centralized server. If client side you can have database.mdf file and keep your database structure in that.
Ranjeet Patel 15-Oct-14 7:28am View    
See if you write [HtppPost] on the top of the action method
Ranjeet Patel 11-Sep-14 7:14am View    
did you just put a question here and forget about to come back and look for the answer..?
Ranjeet Patel 10-Sep-14 5:14am View    
What have you tried till yet. could you please paste your code snippet here.
There are many ways to achieve this
1) you can use Web Grid as per below link
http://stackoverflow.com/questions/22194716/paging-in-mvc-5
2) PM> Install-Package MVC4.Paging find on google how to use this, you can follow below link
http://www.asp.net/mvc/tutorials/getting-started-with-ef-using-mvc/sorting-filtering-and-paging-with-the-entity-framework-in-an-asp-net-mvc-application