2
Answers

Retrieving data of user transaction in MVC

Rajesh Gami

Rajesh Gami

6y
486
1
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)