Rajesh Gami

Rajesh Gami

  • 79
  • 24.4k
  • 1.3m

Retrieving data of user transaction in MVC

Apr 12 2018 6:20 AM
i want to display all transaction of selected user in MVC.
 
When i select any user in user list (in Admin panel) then display all transaction of selected user in MVC.
 
----------- My Models
UserMaster_Model.cs    => p.k UserId
 TransactionMaster_Model.cs  => p.k TRId , f.k UserId
 
----------My Controllers
 UserMasterController.cs
TransactionMasterController.cs
 
 
 

Answers (2)