Create Popup Model With Registration | CRUD Operations In MVC Part-2
HTML-код
- Опубликовано: 8 фев 2025
- Source Code Link
→www.abctutorial...
Full Project Link : Provide In Part-3
"CRUD Operations In MVC" Using Jquery Ajax Part-2
======================================================
In This Video Tutorial I Am Going To Show You,
Basic CRUD Operations Using Jquery Ajax And Modal Popup In Asp.net MVC , Complete Full Crud Operation In 3 Part,This Is Part-2, If You Complete It,You Can Create A MVC Project,I Assure You This Is Most Valueable Tutorial For You And This Is A Best CRDU Tutorial In RUclips, So don't Miss This Tutorial
====================================================
Part -1
CRUD Operation In MVC | Using Jquery Ajax | Part-1 Retrieve Database Data & Show In A View
Video Link : • CRUD Operations In MVC...
Part -2
CRUD Operation In MVC Using Jquery Ajax | Part-2 Create A popup Modal With Registration Form And Show It For Client Side
Video Link : • Create Popup Model Wit...
Part -3(Last Part)
CRUD Operations In MVC Using Jquery Ajax | Part-3 Data Save,Update & Delete In Database
Video Link : • CRUD Operations In MVC...
====================================================
I Hope This Is A Nice Tutorial For You And You Enjoy This Video , So Must Watch This Video ✪ ✪ ✪
• Create Popup Model Wit...
Part -2
Working Process :
00:01
Show Expected Output For Part-2
00:39
Step 1 : : Write Code For Create A PopUp Modal
07:35
Step 2 : : Pass The "Department" List From Controller To View
08:59
Step 3 : : Show The PopUp Modal For Add New Student
10:50
Step 4 : : Run Project(Yeah Done 1st Target)
11:41
Step 5 : : Show The PopUp Modal For Edit Student Record
18:02
Run Project
Connect With Us:
Facebook: / abctutorialbd
Twitter: ab....
GooglePlaus: plus.google.co....
Subscribe And Watch The Video Again:
• CRUD Operations In MVC...
Wow, it is a very good video
I succeeded as a very good example
Please continue publishing on the new class
Sorry to be offtopic but does anybody know of a trick to log back into an Instagram account?
I somehow forgot my password. I appreciate any tricks you can give me.
@Antonio Tadeo Instablaster :)
@Juelz Sutton Thanks for your reply. I found the site through google and I'm trying it out atm.
Takes a while so I will reply here later when my account password hopefully is recovered.
@Juelz Sutton it did the trick and I finally got access to my account again. Im so happy:D
Thank you so much, you saved my ass !
@Antonio Tadeo you are welcome :D
voice is the most concept of learning, you want people to learn and there is no voice.. as nice as your video is someone can not gain anything with explanation that is the excess of teaching
Thnxs for you suggestion. We are coming with voice within short time.Keep subscribe
I love your video. More and more video dear sir.
thnxs ........ keep subscriebe and share video ......
abctutorial dear sir i'm a student i have some questions for web. Please Add friends Facebook me: m.facebook.com/tranngocan95. Thanks for help.
tell your question please...
abctutorial of course. If I message facebook you will reply. Because RUclips not send image. And i'm not good at english.
facebook.com/abctutorialbd ........message this page
Thank you
Welcome keep subscribe
Thank you for sharing this. It's really helpful. How can we add bootstrap alert once we click on Save button on modal dialogue.
We maybe going to make videos on this topic........ please post your request on our fb group www.fb.com/abctutorialbd ....Please keep subscribe
very nice videos.
can you please post more videos on web api and angular js?
thxs ..... we are working to creating angularJs tutorials..... you can watch ruclips.net/video/B7iGR72aPUs/видео.html
Thanks for this i have question can i do this using Api ?
Yes you can....... Keep us subscribe......
the "close" modal is not working sir and in EditStudent part the dropdownlist is not loading the selected value I have change ".val" to ".text" but still its not working please do help sir..
me too , if you find a solution please write here
Please download our project and lets get where you missing..keep subscribe
Yeah but still its not working..
I thought this tutorial is better than other crud operation tutorial...sir next time please add your voice explain whatever you will do with code
@@juinkar Thnxs for your feedback ..... But i already started voice in my recent videos .......
hello
i have this Error
does not contain a property with the name 'DepartName'.'
it's related by dropdownList
because everytime i delete dropdownList it's working good when it back the erorr back again
yes @Almighty Ham
be sure you write the names of table right at the controler
we right dropdownlist at control too@Almighty Ham
Hello, very nice work in these videos, i have a question : is it the best way for CRUD MVC5 in entities using jquery ajax or...?
yeah, this is a best way for maximum project...!!
Ok, thanks a lot, it seems more fast as well, i just had a problem with my sql database, my datatable got empty, so i began with another database: i get it !! .......i don't know why
work with some demo data......... keep us subscribe ......
Actually, thre was data in my old database, created the 2 tables the same as you showed, but when i ran the project, ti showed a empty database.....but now the problem is solved, tks....
Keep subscribe .........
Hi, I have a question... How can I specified the value of a Date.. I have $("#date").val(obj.StartDate);
But in the google chrome consolo I have a warning, which is The Specified value "2017-10-05T00:00:00" does not conform to requeried format, "yyyy-MM-dd"
Can you help me? :D
you Can Use $("#date").datepicker(obj.StartDate)...... if still not solve please let us know through facebook.com/abctutorialbd
Welcome......... best of luck for you.....
Freddy Reyes did you solve the probleme ???
Freddy you can use moment js for to convert date to your expected formate
EditStudentRecord don't work and when i inspect the element it show me this problemes : ...../Home/GetStudentById? StudentId=undefined 500 (internal error)
Please the parameter which you are passing it do not contain any value it contain undefined.So please make sure your parameter has contain value...... For more keep us subscribe ........
Thank you I solved it and it was about parameter in EditStudentRecord btn
Thnxs for your valuable comment ........ stay connected by keeping us subscribe.........
Hello, how do you solve it , I have the same issue, pls show me bro
Source code?
Please get code by downloading project in Description box link.
Keep subscribe.
Please add post for solution to our community
facebook.com/groups/1277069242439068
Hi, your videos are great however I can't seem to get a new record to save. Do you know of anything that could cause this ? My Code is below:
$("#SaveSheepRecord").click(function () {
var data = $("#SubmitForm").serialize();
$.ajax({
type: "Post",
url: "/Sheep/SaveDataInDatabase",
data: data,
success: function (result) {
alert("Success!..");
window.location.href = "/Sheep/NewIndex";
$("#MyModal").modal("hide");
}
})
})
Thanks
It looks your code is ok . If you still facing problem please download our project and try with this.
I got it saving now I was missing db.add, how do you make validation visible on the modal ? I have all my attributes of the tables set as required etc in the data model although this doesn't appear when I try to save a blank modal?
Thanks
You can validate it using Razor validation or you can use formvalidation.io .We have video on this formvalidation topic. Search on our channel and keep coding .......... Keep us subscribe ........
where is your sound my brother
Currently we don't have voice but we are coming with voice video.... Keep subscribe
my update function does'nt work, i can't figure out what's the problem
It is not possible to say that without see your file, where did you make a mistake?
Your Can also Post your problem in Detail ,in our facebook group Or Email
link : facebook.com/groups/1277069242439068/
thank you
abctutorial thank u i already fix it
great ..... just keep us subscribe ...... we are coming with more exciting video
throw new NotImplementedException();
Bugs in tblDepartment.cs
Please check your table or truncate your table and then try again