Master Detail entry form using Advanced JavaScript CSS ASP.NET CORE MVC

preview_player
Показать описание
From this video tutorial you will learn how to make a Master Detail CRUD Application using
ASP.NET Core MVC with EF Core, Advance javascript,jquery and css.

In Here , I have used advanced features of Entity framework core and javascript.

This Application is done in ASP.net core 5 using MVC Pattern.

The main objective of this application is to save the master
and detail records together in a easiest and best way.

This Application has one Master and two detail grids,
this is the first time in youtube a tutorial has come to
save two detail grids at the same time.

and the important point here is both the detail grids
are equiped with the jquery client side validations.

normally, adding validations to the detail grids
are not easy. and i have solved those challenges here in a brilliant way.

If you watch this full video, I can guarantee that
in the future making any type of master detail
screens like salesinvoice, purchaseorder,
indent entry form etc. will not be a problem
at all.

Please watch and put your comments.

Thanks.
Aniz

Master detail CRUD Part 1

Master detail CRUD Part 2
Рекомендации по теме
Комментарии
Автор

Attention to minute 29:06 - line 235 - The instructor says and writes "var nextrowIdx = rows.length - 1", but then it is changed to "- 2" without mentioning it. I had a hard time finding the problem. Maybe pin this comment because I feel like I'm not the only one and it is hard to spot. Great tutorials! :)

andrew
Автор

after long waiting, finally we got master details 3rd part, thank
🙏

vishalmakam
Автор

Best tutorial on master detail. Hats off. Looking forward to get more tutorial on net core stack from you. Helped a lot in my job. Thank you so much for this.

farhanrafi
Автор

Hello sir, the revised Master Detail entry form using Advanced JavaScript CSS ASP.NET CORE MVC is really great. Thank you so much, looking forward for Part 4
God bless you brother

yousefalhassan
Автор

Excellent Video, Thank You So Much For

purnarana
Автор

This video helps me a lot!
waiting for part 4
p/s: I try to create two table like shown in the beginning of video, but stuck at edit function😅

walkermana
Автор

thank you for your advanced master-detail CRUD tutorial. when you are using the hide function rather than removing the last row also hide how to solve this issue.
thank you in advance

imageethiopis
Автор

The examples are wonderful, and I learned a lot about master details that I will use in my job. It would be great if the code was available as a github repo though. This would eliminate a lot of the issue found in the comments and at least 8 hrs of my time trouble shooting.

scotttct
Автор

Thank you, really good video and explanations. Looking forward to next one.

petegarner
Автор

Awesome tutorial! Thanks for share with Us!

DanielRezendePessoa
Автор

Thank you, i really appreciate your efforts, you performed the best.

muhammadqasimludin
Автор

You are so talented sir. May you share full source code file sir?

minthurakyaw
Автор

Hello Aniz, super video. I have one question. I have a datepicker in the CodesTable. When I use the Add button it is not binded to the new row.

xzicdri
Автор

Kindly create tutorial for reactjs, mysql and express to create responsive website in future..
Thanks

audioaestheticinc
Автор

Best tutorial of crud. Thanks a million. Sir, can you show us how to fix the years of experience after the edit operation. This is because, since the controls are hidden if you add or delete the years of experience read only text box is not is adding properly. And it was not shown in the video how to fix. I tried it and it was not working.
Thanks once more.

raymondopriye
Автор

Good Morning
I'm grateful to your teaching and support.
But I want to know if we are having the part 4 very soon?
Thanks

komladzignefan
Автор

Amazing tutorial.
Could you kindly provide the source code for the tutorial?
Thanks

oscheka
Автор

Thank you for sharing this great video and congratulations. I really enjoyed the other videos in this course.
However I have a little problem with the Javascript function DeleteItem(btn).
With the change from $(btn).closest('tr').remove() to $(btn).closest('tr').hide() now the code part: if (rows.length == 2) { alert("This Row Cannot Be Deleted!"); return; } no longer works correctly. Because the rows are not really deleted, but just hidden, so it will never be rows.length == 2. And this allows the user to delete all rows, without the alert appearing. The same error also occurs in part 4 of the video. How can this be solved?

PieDatt
Автор

this master detail very helpful me thank u for giving
sir where is save data in a master table ??
and can this project converted to front hand react js ???

affankhan
Автор

Good afternoon, after I changed the AddItem function in Create.cshtml it started to record only one item. What must have done wrong?

carlomagnoastoniferreira