5
Answers

Crud Operations in One view using multiple controleers

Hi,
 
 I have started MVC newely.
 
I have two fields division_id, division_name.
I want crud operations in single view like grid view.
I have view, edit, delete action methods.
 when I click on any one of them it works like gridview...
 
 Thanks,
Venu 

Answers (5)

0
Photo of Pradip Pandey
NA 6.9k 1.1m 12y
Hi Saurabh
 You can show your entry records on top on daily basis by using the concept of date, i mean to say that when you are trying to show the records, use order by <datefield> desc clause in your select query.

For question 2 refer this link
http://www.c-sharpcorner.com/UploadFile/satyapriyanayak/how-to-save-image-along-with-details-into-database-in-asp-ne/

Hope this will help you.
Next Recommended Forum