goo.gl/bPcyXW : Buy me a Coffee bit.ly/3Z5uWUR : jQuery DataTable Full Tutorial with Asp.Net MVC bit.ly/36IA1cH : AspNet Core MVC CRUD bit.ly/3Pn2S7y : Expense Tracker App in AspNet Core MVC bit.ly/403lUVC : MVC Login & User Registration bit.ly/3muhseC : CRUD without EF in AspNet Core MVC bit.ly/2yEPlpB : Convert MVC App to Single Page bit.ly/39B6xdh : Image Upload in AspNet Core MVC bit.ly/30fPDMg : More MVC Tutorials
@rolandryder58113 жыл бұрын
Instablaster.
@ebrahimmoharrami12343 жыл бұрын
The film was Ali. I went step by step and did not encounter any problems. Thank you very much
@NateSavk6 жыл бұрын
Thank you so much! this is the first time I don't end up giving up on a tutorial because nothing works even if you follow every freaking exact step. And even if I did encounter some inconveniences, I was able to figure them out on my own which makes me feel proud AF XD I am using this example for an university project, thank you sooooo very much!!! You saved my butt from failing miserably, very detailed tutorial. Saludos all the way from Costa Rica! Keep on sharing your knowledge, you have no idea how many of us you're helping :)
@jayeshmhatre2595 ай бұрын
This is one of the best video on youtube. I have completed that crud project without any single error . I have subscribed your channel 05/07/2024 . Thank you so much buddy.❤
@CodAffection5 ай бұрын
Glad you found it helpful.
@davidjoseguzmanarenales13676 жыл бұрын
Excellent video man! I have followed the video step by step. Right now, I'm in the 28:35 minute, and all works without any problem. Thank you.
@sudheerm.s67922 жыл бұрын
16:15 where from you get "Employees" property. It is not mentioned anywhere .
@cewisham5 жыл бұрын
I did this tutorial. There is a lot of information covered here. It was very helpful and nicely presented. Thank you.
@robertomancino55174 жыл бұрын
This video is one of the best I see so far. THANK YOU SO MUCH,
@jessebusuulwa11546 жыл бұрын
This is one tutorial on Asp.Net MVC I have found very easy to follow. Thanks so much. I will have to watch it again.
@CodAffection6 жыл бұрын
Thanks for the comment, Glad you found the video helpful.
@alicenguyen73556 жыл бұрын
Your video channel is very rich I still always watching. Thank you.
@CodAffection6 жыл бұрын
Glad you found it helpful. thanks for the wonderful feedback!
@alicenguyen73556 жыл бұрын
@@CodAffection I really enjoyed this. Thank you for sharing. Be well.
@shathishrajk78285 жыл бұрын
The video is very useful and made in such a way that we can elaborate our application to any extent from this. Thank a lot, it saved a lot of time.
@CodAffection5 жыл бұрын
Glad you found the video helpful and thanks for your wonderful feedback.
@raymanbacchus3 жыл бұрын
This was an amazing video where I learned a lot. You spoke clearly and slowly enough for everyone to understand and you also spoke into the microphone loud enough so people could hear. Thank you for this. It was an amazing education into creating my own CRUD grids instead of relying on other very expensive options.
@CodAffection3 жыл бұрын
Glad you found it helpful. Thanks for your wonderful feedback.
@mashup40472 ай бұрын
Thank you soo much for your most valuable content ever,I done the ERP project because of your this video...2024/9/28
@CodAffection2 ай бұрын
most appreciated.
@mufy90042 жыл бұрын
No words... Excellent.. 😍 Thank you so much.. ❤️
@maniammaiprakash51703 жыл бұрын
Really really a great tutorial....Very useful for beginners...Thank u soooooooooooo much.
@bigbob23643 жыл бұрын
nice I copied your table format exactly and now I will get a
@muhammadburhan23095 жыл бұрын
very helpful tutorial on MVC with frontend !!
@96stefancar4 жыл бұрын
If your validation doesn't work properly, try typing "if ($(form).validate().valid()){...}" in SubmitForm function instead of "if ($(form).valid()){...}". That worked for me. Great job anyway!
@skyblueinfinity12716 жыл бұрын
very useful sir thank you so much, by far the best asp.net mvc video I have viewed
@CodAffection6 жыл бұрын
thanks for the comment.
@lescinqlune3 жыл бұрын
You deserve a lot of thanks for these tutorials!
@mfhislamic5 жыл бұрын
Very good video for learning. Keep posting this type of videos.
@CodAffection5 жыл бұрын
glad you found the video helpful. let me know if you have any video suggestion related to asp.net mvc.
@alimosaad61073 жыл бұрын
Great explanation, keep going up and don't stop successful 💪, you are the best 👍
@akashmahant26575 жыл бұрын
It is a really helpful video for MVC beginner
@CodAffection5 жыл бұрын
Glad to hear that.
@leavedrakealone18014 жыл бұрын
at 25:22 in my visual studio, htmlAttributes does not come up. Please help
@justaboutanything85064 жыл бұрын
Great tutorial, those who disliked, show us what best you have which made you dislike this tutorial
@chanchilaru7 жыл бұрын
jquery.validation files are not being added after creating the view in min 9:10 any clues why? im having problems doing the validation of the form later on the video
@CodAffection7 жыл бұрын
validation script files are added inside Layout page(_Layout.cshtml).so we don't need to add these script references.
@chanchilaru7 жыл бұрын
buti think that jquery.validation and jquery.unobtrusive.validation js files must be referenced in Layout page. Mi problem is that this file is missing in the Scripts folder
@chanchilaru7 жыл бұрын
anyway i just downloaded this files and added manually, and now its working. I dont know why they werent there, jquery ui was istalled previously with nugget as u suggested. Thanks for the help.
@leavedrakealone18014 жыл бұрын
bro where did you download the missing files. I am having same issue. Thanks
@leavedrakealone18014 жыл бұрын
@@chanchilaru Where did you download the missing files bro. I am having same issue.
@cheseltonanto6692 жыл бұрын
The tutorial was soo good. And it works most of all Can you tell me how to add multiple tables in datatable with each table joined using foreign key
@deltademon57056 жыл бұрын
For those who want to add image $(document).ready(function () { $('#countryNameTable').DataTable({ "ajax": { "url": "/Admin/CountryName/GetData", "type": "GET", "datatype": "json" }, "columns": [ { "data": "NameOfCountry" }, { "data": "ImagePath", "render": function (data, type, row) { return ''; } } ] }); });
@ajaythomasmathews89955 жыл бұрын
Bro, you did a great job and also, you made my life easy today. Thanks again. God bless.
@WangAndrew6 жыл бұрын
Thank. But on 37:10, after adding the "new {onsubmit="return SubmitForm(this)"}", the "AddorEdit" action is not fired when submit. Instead, the "Index" is fired. Don't know why ...
@anandseniyar88146 жыл бұрын
Even I come across a similar situation, in my case the Insert operation is successful, however success message is shown in Index page and not in the AddOrEdit view.
@CodAffection6 жыл бұрын
pls download the demo project source code and try. it would be helpful to understand the actual project in your project.
@ruwanc20033 жыл бұрын
Excellent Tutorial, Thank you very much
@theunlock38692 жыл бұрын
thank you very much very good content it works very well I was able to create a small project right away.
@mrVetronom6 жыл бұрын
Thanks, great stuff. From what I was trying, for some reason, the use of variable "dataTable" did not help. Instead of "dataTable.ajax.reload();", I used "$('#employeeTable').DataTable().ajax.reload();"
@grzegorzsokalski73286 жыл бұрын
both Your ways doesn't work for me... :(
@sanimridha77254 жыл бұрын
thanks $('#employeeTable').DataTable().ajax.reload(); this worked for me
@JatinSharma-gm5ki3 жыл бұрын
I use this method also...
@drakimawork79887 жыл бұрын
Great job with this project. Also I have never seen anyone use C# code within a script tag in the cshtml file before, very clever technique.
@CodAffection7 жыл бұрын
I am glad you found the video helpful
@ishaganar11873 жыл бұрын
Just awesome ❤️ nothing can be better than this 💯😍
@amohsyn7 жыл бұрын
Excellent work and i salute to you efforts you put in for this awesome demo. Keep doing bro.
@JatinSharma-gm5ki3 жыл бұрын
Thank you sir !!!!! your video very helpful for beginners..
@jesuscubedo99882 жыл бұрын
Excelente video, aprendi mucho, me gusataria ver un video tablas relacioadas, gracias por el aporte, saludos
@expertknowledge98573 жыл бұрын
Thanks sir, I learn new things from this vedio
@hichamo-sfh1775 жыл бұрын
great cours ! is this stack available only for .Net Mvc .. or for .Net Core Mvc too ..?
@maxlimgj6 жыл бұрын
why if id ==0 then return view?at 51:00, I dont really understand the jquery and ajax, is there a link/ tutorial where I can learn them?
@YT_FutureCodeX3 жыл бұрын
Thanks Sir for your great explanation with step by step implementation.
@CodAffection3 жыл бұрын
Glad you liked it
@2005Azm7 жыл бұрын
This had been a complete delight !! thank you so much !
@CodAffection7 жыл бұрын
My Pleasure :)
@sunhi10326 жыл бұрын
getting as error at 15:50 as "DbModel: type used in a using statement must be implicitly convertible to 'system.idisposable' "
@rajkumarbuddha8664 жыл бұрын
using (Employee.Model.Models db = new Employee.Model.Models()) { List empList = db.Employees.ToList(); return Json(new { data = empList }, JsonRequestBehavior.AllowGet); }
@chidieberelevi33443 жыл бұрын
Thanks so much. Lovely explanation. Very understandable.
@CodAffection3 жыл бұрын
Glad it was helpful!
@AlexandreBarbosaIT5 жыл бұрын
Hi @CodAffection, I am having problem in the DBModel namespace (not found) for my attempt to copy what you did at the point 15:50 in your video
@akashgupta29714 жыл бұрын
Did you get a solution?
@akashgupta29714 жыл бұрын
Did you get any solution for this?
@alqamasadiq86595 жыл бұрын
This is really great tutorial. Very much informative.
@DennisHun7 жыл бұрын
Thank you for this video ! This amazing video for MVC beginners :)
@benjocempron43343 жыл бұрын
Thank you sir, this tutorial is amazing and great! congrats!
@danielvillanueva49095 жыл бұрын
Great Video!! Please continue to make videos like this!
@CodAffection5 жыл бұрын
sure. thanks for the comment.
@shafikkhatib91192 жыл бұрын
Thank You Sir. Helps a lot. But you havent shown Search of records
@azzassfa2 жыл бұрын
Excellent tutorial. thanks for putting it up.
@peterluo17764 жыл бұрын
Well done. Very good video. Thanks you sir.
@waqar85444 жыл бұрын
submitForm = function (form) { $.validator.unobtrusive.parse(form); Try this if you are facing validation error..............it solved my problem
@ElMalditoAmo6 жыл бұрын
Dude, this is so cool, just what I was looking for. Thank you!
@CodAffection6 жыл бұрын
I'm glad you found the video helpful.
@tareksnow4 жыл бұрын
Very Very Very informative, detailed, and helpful! Great job!
@CodAffection4 жыл бұрын
Thank you!
@prakashlekshmanan45683 жыл бұрын
Thanks for the excellent tutorial. It will be great if you could a demo for relational tables like customer and its many contact
@pavithranarayanan94353 жыл бұрын
I was glad that I got a perfect video to learn...thank you Sir....I have a doubt Sir...I'm using VS 2019 and I'm unable to find the ADO.NET Entity Data Model...please help me with this issue Sir
@CodAffection3 жыл бұрын
Take what is necessary from this tutorial here : kzbin.info/www/bejne/d3nUeqWAlLWfhrs
@pavithranarayanan94353 жыл бұрын
@@CodAffection Yeah will look into it Sir, Thanks!
@frankduku19635 жыл бұрын
This tutorial is very educative. Can you please do some tutorials on this article including stored procedures in the database? Thank you.
@CodAffection5 жыл бұрын
I have done few tutorial with stored procedure also. let me know, what exactly you are looking for ?
@dattatreyakulkarni5415 жыл бұрын
Super, do one menus video using asp.net mvc
@tomyang77887 жыл бұрын
at 15:03 should not be url be the route of the controller ?
@CodAffection7 жыл бұрын
didn't get you ? any problem with url ?
@kodjokenin3785 Жыл бұрын
Can you use Data table technique to call stored procedure? I like to see that..🙏
@rammarvaro10106 жыл бұрын
For the bootstrap on DataTables... i used Bootstrap 3 like you did and the style was really awkward! updated both script and link in VStudio to bootstrap 4 and it worked perfectly fine!
@CodAffection6 жыл бұрын
I'm glad you found the video helpful.
@metea.8904 жыл бұрын
Same here Bootstrap 3 was meme i turned to 4 worked fine
@TheInspiration1522 жыл бұрын
Hello Sir. Thank you. Hope you have video on how to create dropdown list, check box populated in database and date . Thank you.
@IrizLegaspi2 жыл бұрын
Thank you! love your videos! Just curios how to make the salary in currency (price/amount) format.
@ngkhanh69566 жыл бұрын
This is amazing, thanks you. So helpful to beginners like me
@CodAffection6 жыл бұрын
thanks for the comment.
@imadabab4 жыл бұрын
Thanks a lot for this excellent tutorial. Appreciate it. I have subscribed.
@CodAffection4 жыл бұрын
Thanks for the sub!
@yasheshshah71295 жыл бұрын
In my program, Datatables.net/Css.min.js ....is not found. ERROR @ first output @ 17:45 What should i do? Please help
@khanyangxabani82973 жыл бұрын
Great video! Please create a similar project to this using JQuery datatables for ASP.NET Core.
@thuyphamtruong32937 жыл бұрын
Thank you, very helpful but have you try to click edit button second time after changed success the data in Edit View not reload.
@CodAffection7 жыл бұрын
Any error message in console window ?
@thuyphamtruong32937 жыл бұрын
There is no error message, have you go the same issue with you project ?
@kelbinlin2875 жыл бұрын
Very nice and detailed Tutorial, Thank you!!!
@lorelyle5 жыл бұрын
very helpful! and easy to understand! really helped me in my project!
@rahul.kanojia5 ай бұрын
Thanks bro. You have saved a lot of time..................
@CodAffection5 ай бұрын
Glad you found it helpful.
@bigbob23643 жыл бұрын
Do you recommend learning javascript first or can you pick this up without learning javascript?
@mehmetsukrumumbucoglu95415 жыл бұрын
This video tutorial is really guiding, thanks for that. I would be happy if you can help me have a question. . I would like to do a survey application. The questions of this questionnaire consist of multiple choice and / or text fields. I've created a survey for this part just enters the survey name and description. I'll do the question later. As I said, the options of the questions should be multiple choice or they should contain a text field and create a dynamic structure. Then I plan to select a questionnaire and pair it with the questions. My question is how do I make the question and answer option dynamic? So you can think of it like category and subkateori. Wonder your help.
@pradeepvelavali93215 жыл бұрын
Thanks very much helpful. Great Job 👍
@MrXhabi4 жыл бұрын
Thanks Great Tutorial. Would be great if you can add one dropdown and a date column in your future videos.
@CodAffection4 жыл бұрын
Noted
@gouravtike45594 жыл бұрын
Validation failed for one or more entities. See 'EntityValidationErrors' property for more details. error is showing I corrected the unobtrusive also pls help
@tahirraza17325 жыл бұрын
Thanks man.. ur tutorials helped alot.. plz do some tutorial on Multiple file upload or image or something like add new row or file uploader at run time and then save the record in database . or if u've any article regarding this plz let me know or share the link here. Thnx in advance
@jethwamayur054 жыл бұрын
Video is very good just have one question - how can i hide the buttons for some rows based on some data which is not in column
@luislobe6 жыл бұрын
Muy bueno, me ayudo mucho, gracias y saludos desde México
@CodAffection6 жыл бұрын
de nada :)
@jameswachira57135 жыл бұрын
woow..excellent tutorial. Good job bro.
@sunilkurian66823 жыл бұрын
Thanks!!... this is a superb session.
@klugandavid1667 жыл бұрын
DotNet Mob, I am grateful for your explanations so far, when using list you made use of "Employees" (reference video playtime at 16:12) but it is not working for me. I am getting the error Dbset does not contain a definition for 'ToList' I want to ask what is the identity of "Employees" when you were creating "empList". Thank you!!!
@CodAffection7 жыл бұрын
try after adding following using statement. using System.Linq;
@klugandavid1667 жыл бұрын
Sir please the using System.Linq statement is already in my file...Please can you explain to me the use of "Employees" because I don't understand what is means over there either a tables instance name or something.....I am working on another project with explanations from your video... I am grateful!
@klugandavid1667 жыл бұрын
at 16:12 Sir you use db.Employees......where is that name:"Employees" coming from... I need clarification. You have helped me a lot with your tutorials
@klugandavid1667 жыл бұрын
I think my mistake happens for the fact that in creating the class I have to declare something of type IEnumerable, but I can only somehow tell what the problem might be but don't have any idea about the solution. I need your help. Thank you Sir.
@chrisdanevalla32936 жыл бұрын
Thanks for sharing this! A big help for our IMS project :)
@8maF03 жыл бұрын
The bootstrap and css that you are referring online can it be downloaded offline and mapped in a local folder?
@sunandanaik93593 жыл бұрын
Very helpful and grateful of you sir..thank you
@tonybalde42986 жыл бұрын
When I press F5 it doesn't load the same layout It shows only the texts, without the table on min -> 17:48
@sudarshanbelose19123 жыл бұрын
I have the same issue.
@tonybalde42983 жыл бұрын
@@sudarshanbelose1912 Did you solved it?
@sudarshanbelose19123 жыл бұрын
@@tonybalde4298 Yes, you have to reference the JS files on your page to get the styling like this solution has
@tonybalde42983 жыл бұрын
@@sudarshanbelose1912 Thanks I’ll try it 3 years later 😂
@vskvicky72122 жыл бұрын
@sudarshan plz help me i m having the same problem
@onurkodak39603 жыл бұрын
You are very successfull Thank you...
@salihacur32013 жыл бұрын
Thank you, I like this tutorial, it was helpful.
@marvinbendicio73505 жыл бұрын
Good day sir, I would like to ask: Dbcontext.Employee.cs Datamodel is auto generated when created (Add>New>item>ADO.net EF: DBModels.edmx). So when you update your database on (SQL SERVER) like you add another table or new columns in future) then you have to "Update Model From Database(right click somewhere on .edmx[Diagram])" so that your database is updated on the solution project. Employee.cs is being reset. all the Data Annotations on data model class is gone/removed by the automated process thing. Does it make sense ? so for that, you have to apply data annotation again.
@marvinbendicio73505 жыл бұрын
This is the comment section of the auto generated csharp file: // // This code was generated from a template. // // Manual changes to this file may cause unexpected behavior in your application. // Manual changes to this file will be overwritten if the code is regenerated. //
@sagarshrestha4487 жыл бұрын
Thank you for this tutorial. If i need to work with multiple tables do I need to add multiple ADO.NET Entity Data model or I can just add one Entity Data model with multiple tables??
@CodAffection7 жыл бұрын
single entity model with multiple tables.
@sagarshrestha4487 жыл бұрын
Thank you. Also what do i need to do if i need a drop down list on the popup form with data from another table?
@CodAffection7 жыл бұрын
try this kzbin.info/www/bejne/m5qXlYKKpKd5rtU
@VijayKumar-yw6vn6 жыл бұрын
One model with any number of tables.
@BladeSlayerr5 жыл бұрын
Thank you for this great tutorial, you've explained it very well. Not sure if it helps anyone, but it you create or edit a row and instead of seeing the table you see {"success":true,"message":"Saved Successfully"}, it's best to download the project he added in the description and compare the codes (that way you will know where you were mistaken). i had this issue and my mistake was in function SubmitForm(form) in Index.cshtml. i wrote *if ($(form). **_valide_** ()){* and not *if ($(form). **_valid_** ()){* . the issue was that i wrote *.valid* with an *E* at the end - like so *.valide* . hope it helps anyone. *P.S. if you are asking yourselves how i've added a bold and italic effect to the comment - see here: onlinesense.org/youtube-comments-bold-italics-strikethrough/
@jenniferpayano43805 жыл бұрын
I keep getting that message also, and have compared everything but it doesn't work for me, i still get the messsage
@leavedrakealone18014 жыл бұрын
I still get the message bro.. Success True Message. I copied from his project. Can you tell us what you changed?
@darayaj3 жыл бұрын
thank you for you time. I have a problem: When I press the "Add New" button, it does not lift the popup. The error is as follows: TypeError: formDiv.dialog is not a function at Object. Maybe because .NET 5 has new versions, please help. Thanks!.
@CodAffection3 жыл бұрын
You still have the problem? Please download the demo project and see whether the is there also. If it is working, then compare it yours. If nothing helps let me know.
@bennsolo6 жыл бұрын
Very good tutorial, you have explained each and every step amazing. Thanks for your time and wonderful tutorial. Do you have any tutorial on using the Editor.Datatable?
@ryanf.clarian43094 жыл бұрын
Thank you for the tutorial video. :)
@RajeevRanjan-oh3qq3 жыл бұрын
When i create DbModel object i.e. using(DbModel db=new DbModel()). It throws error CS1674.What to do.I have included every possible namespaces.
@raheelyusuf61946 жыл бұрын
Very Comprehensive! Appreciated.
@jaylovett22377 жыл бұрын
@Dotnet Mob very good tutorial. I have one small problem, that this example did not cover is keeping selected values in a drop down list, when I try to edit an exiting record. The DDL goes to the first item listed instead of keeping the selected value. Do you have an example of how to keep the selection when I edit and existing record?
@CodAffection7 жыл бұрын
thanks for the comment, please watch this video to solve your problem : kzbin.info/www/bejne/m5qXlYKKpKd5rtU
@lindaharris225 жыл бұрын
Great tutorial! Especially for newbies!
@CodAffection5 жыл бұрын
glad you found the video helpful. let me know if you have any asp.net video suggestion in future.