TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
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
Reply
Answers (
2
)
Xamarin Navigation Drawer
c# Convert curl request into http request?