@Tek Tuition Really grateful for this piece. Helped me tackle an issue i had on a project. Keep it up
@DavidGarcia-yf8po2 жыл бұрын
Thanks!!! It took me 2 days to find your video
@barotjelo63003 жыл бұрын
Thank you for doing a demo
@fholguin11022 жыл бұрын
Thank you works great with dupla and IEnumerable. God bless you. New Suscriptor.
@RG-sv6qd6 жыл бұрын
Thanks for sharing sir. Keep it up.
@TekTuition5 жыл бұрын
Thanks
@rashedontor20823 жыл бұрын
Very good video...thanks
@MuhammadBilal-ly1ct6 жыл бұрын
Sir, I am trying to show two database table like employees and employeeInfo in a single view and want to do CRUD operation without using entity framework on it can u help me doing this.
@TekTuition6 жыл бұрын
You can use ViewModel for that. Same viewmodel return to controller. it this way you will get both model value. and u can add into database. I will create video for that.
@MuhammadBilal-ly1ct6 жыл бұрын
@@TekTuition . Sure sir, thanks. kindly make a video soon.
@danyoli45925 жыл бұрын
Hello @Tek !! How to retrieve data from one table in a view and Save same retrieved data with Adding some extra field in another table in asp.net core? Can you do this in another video? If done then please provide me the link.
@sanjeevipoojitha9328 Жыл бұрын
It is displaying only single view how to dispaly mutiple views ?
@DineshJethoe6 жыл бұрын
So the answer is, by using a ViewModel class or dynamic model or model as a tuple.
@TekTuition6 жыл бұрын
Yes you are right you can use ViewData and ViewBag also