Save Data using Modal Pop Up in ASP.NET CORE WITH BootStrap JQuery

  Рет қаралды 103,727

ASP.NET MVC

ASP.NET MVC

Күн бұрын

Пікірлер: 67
@kimchi3872
@kimchi3872 2 жыл бұрын
This does not work with bootstrap 5. I got the close to work by changing data-dismiss to data-bs-dismiss but I now cannot get the save to work. How would you change it to work with Bootstrap 5?
@muhammedsonmez
@muhammedsonmez 2 жыл бұрын
Hi Kimchi, did you find the solution to the problem
@ryanb8999
@ryanb8999 2 жыл бұрын
Beating my head against the wall trying to get modal pop with partial view to work - did you figure this out by chance?
@harrynewman1744
@harrynewman1744 2 жыл бұрын
Im having some problems with this. On a dynamic page every time the modal is hidden it is not removed. So if you had a model for an edit button and you opened an edit modal for multiple items on the page there are now multiple hidden modal popups on the page which is not good.
@seljmov
@seljmov 3 жыл бұрын
Thank you very much for the video lesson, friend! You're amazing!
@andreaspanayides306
@andreaspanayides306 2 жыл бұрын
Bootstrap 5. If the close button is not working then use data-bs-dismiss="modal" instead of data-dismiss="modal". Also, if the submit button is not working then use form action="Employees/Create" in your _employeeModalPartial instead of form action="Create"
@priyat6197
@priyat6197 3 жыл бұрын
Superb Tutorial. Very helpful. Thanks a ton.
@oscartzr
@oscartzr 4 жыл бұрын
Hi! The get is launched and the partial html is placed in the right div, but in the last step, on the modal('show'), is doing nothing on my side. Any idea?
@Szegedish
@Szegedish 3 жыл бұрын
Thank you, this video is saved my life.
@payaljain8408
@payaljain8408 4 жыл бұрын
its not showing model pop up for my code..I have placed the partial view in shared folder
@kaz-ittraininghub9388
@kaz-ittraininghub9388 4 жыл бұрын
I need to view whole playlist of this course.. could you please share the link to follow this playlist.
@ASPNETMVCCORE
@ASPNETMVCCORE 4 жыл бұрын
kzbin.info/www/bejne/d4qqeZt8fJmkjJo
@moonch1ld713
@moonch1ld713 2 жыл бұрын
Hello. I'm trying to make a modal as in video. But when I click on the button, a new tab opens with my view. What could be the problem?
@chezchezchezchez
@chezchezchezchez 4 жыл бұрын
Wow! Love the result. But DAMN that's complex!
@ASPNETMVCCORE
@ASPNETMVCCORE 4 жыл бұрын
yeah but if you try then easy to understand
@ІлляБезуглий-т2з
@ІлляБезуглий-т2з 4 жыл бұрын
Thank you for the video. Do you know, how can i pass some data, in to the modal form?
@ChessHobbyTr
@ChessHobbyTr 4 жыл бұрын
Great tutorial and thanks for all your hard work .. after spending almost 2 hours searching for a solution to my problem, I couldn't find it yet. The problem is with the httppost (save button) .. the modal appear and when clicking save it doesn't find the action in the controller and keeps giving 404. I even updated the jquery.js just in case but that didn't help either. is it something related to server configuration ?
@ChessHobbyTr
@ChessHobbyTr 4 жыл бұрын
Ok after spending some time learning simple jQuery and some form related syntaxes, I found that the problem was in the partial view form where you added I had to change it to .. this worked fine for me
@chetantherala
@chetantherala 4 жыл бұрын
@@ChessHobbyTr Thank You Kamal
@jp2code
@jp2code Жыл бұрын
Nice one. Is there any follow-up to get the parent to display the data automatically instead of having to refresh?
@may910
@may910 Жыл бұрын
I have the same issue as to why the page is not refreshing automatically. Does anyone have a solution
@MrAkhilpramod
@MrAkhilpramod Жыл бұрын
It is Not working for me .. if i have areas . and it works if i Dont have area .... Can you please help me with a work around
@karunakamble7277
@karunakamble7277 2 жыл бұрын
Sir,what if we don't get that modal in the intellisense.
@ynckaya
@ynckaya 3 жыл бұрын
Thanks for this lesson but "button[data-toggle="ajax-modal"].click" is not working. I had to put id parameter instead of this
@BryantStewart
@BryantStewart 4 жыл бұрын
It doesn't work ... when I click the button does nothing .... check everything and it's the same as yours
@vib1336
@vib1336 4 жыл бұрын
Include the js file in the Layout.cs
@ahsanzia1755
@ahsanzia1755 2 жыл бұрын
@@vib1336 Still not working, Im using VS2022, ASP.NET Core 6
@codigostuto1400
@codigostuto1400 2 жыл бұрын
Banda este método SI SIRVE. solamente que en la vista parcial deben de utilizar el MODAL DE BOOSTRAP actualizado. Ósea Deacorde a la versión que tienen en su proyecto.
@aikidoshi007
@aikidoshi007 3 жыл бұрын
Very nice, thanks!
@rurumx
@rurumx 2 жыл бұрын
Good tutorial, congratulations! but it will continue to be a half contribution as long as you do not also include the code to download
@ranasohel8645
@ranasohel8645 4 жыл бұрын
I got this error. Failed to load resource: the server responded with a status of 404 Create:1 Would you please help me about this issue
@ASPNETMVCCORE
@ASPNETMVCCORE 4 жыл бұрын
can you debug your code
@ranasohel8645
@ranasohel8645 4 жыл бұрын
@@ASPNETMVCCORE no. how much i can that was the message
@ranasohel8645
@ranasohel8645 4 жыл бұрын
@@ASPNETMVCCORE Failed to load resource: the server responded with a status of 500.
@ongpytran4552
@ongpytran4552 4 жыл бұрын
sir i want to auto reload record after save it, how can i do it?
@muhammedsonmez
@muhammedsonmez 2 жыл бұрын
This does not working Bootstrap5 Who is find the solution to the problem
@kaz-ittraininghub9388
@kaz-ittraininghub9388 4 жыл бұрын
i followed this video, but popup is opening.. please tell me is there any scripting needs to include.
@ASPNETMVCCORE
@ASPNETMVCCORE 4 жыл бұрын
What do you want ?
@Jose-mz4ox
@Jose-mz4ox 3 жыл бұрын
I got this error. Failed to load resource: the server responded with a status of 500 () Please Help!!
@ASPNETMVCCORE
@ASPNETMVCCORE 3 жыл бұрын
can you send me the source code as well as screen shot on my mail id : onetarun@outlook.com
@bittinker1835
@bittinker1835 4 жыл бұрын
Why is it that the validation is not working?
@dreamerzain
@dreamerzain 3 жыл бұрын
HI Really nice video, I am having one small issue. I can save the record but the table is not getting auto updated. I have to refresh. Have i missed anything please help
@ASPNETMVCCORE
@ASPNETMVCCORE 3 жыл бұрын
you can call the ajax request
@ASPNETMVCCORE
@ASPNETMVCCORE 3 жыл бұрын
Otherwise you can add header information like refresh
@bryantbaldallaque814
@bryantbaldallaque814 4 жыл бұрын
Hello, you can do how make a smart wizard and diferent entities with core 3.1???
@arjunwalmiki1563
@arjunwalmiki1563 2 жыл бұрын
Hello, I want to save the file with some data can you postcode ?
@justdebugdotnet6103
@justdebugdotnet6103 4 жыл бұрын
I don't see form validation in your form.
@sarasaeed7156
@sarasaeed7156 2 жыл бұрын
how to validate this modal?
@atech369
@atech369 4 жыл бұрын
Please decsibe the things little bit slowly..
@sergbo3114
@sergbo3114 4 жыл бұрын
you can select x0.25 speed in youtube player.
@ldmrgrc
@ldmrgrc 4 жыл бұрын
Please do one with validation
@ASPNETMVCCORE
@ASPNETMVCCORE 4 жыл бұрын
ok
@ramanathans7305
@ramanathans7305 4 жыл бұрын
Super
@olddream550
@olddream550 3 жыл бұрын
everytime I open the modal it will duplicate my table
@ASPNETMVCCORE
@ASPNETMVCCORE 3 жыл бұрын
duplicate means ? db table
@premkantmishrastories9265
@premkantmishrastories9265 4 жыл бұрын
Great dear my love to you
@DarshilCodez7828
@DarshilCodez7828 2 жыл бұрын
Not work create button plz help
@kaungsan3416
@kaungsan3416 3 жыл бұрын
It's not work Save Button in my code !
@igorkovbel5259
@igorkovbel5259 3 жыл бұрын
+
@melihhopa2684
@melihhopa2684 Жыл бұрын
thanks
@manduh2024
@manduh2024 3 жыл бұрын
asp-validation-for not working
@AnilKumar-wy5tq
@AnilKumar-wy5tq 2 жыл бұрын
not working with bootstrap 5!!!!!!
@muhammedsonmez
@muhammedsonmez 2 жыл бұрын
Hi Anil Hi Kimchi, did you find the solution to the problem
@shikeshmaharjan
@shikeshmaharjan 4 жыл бұрын
should have provided link to download code rather than watching the whole video.
@jayakumar2927
@jayakumar2927 2 жыл бұрын
github
Edit Detail Delete using Modal Popup in ASP.NET CORE
13:23
ASP.NET MVC
Рет қаралды 49 М.
Full CRUD Operations Using Modal Popup in ASP.NET Core MVC | CRUD Application with ASP.NET Core
1:26:16
𝐂𝐨𝐝𝐞𝐖𝐢𝐭𝐡𝐆𝐨𝐩𝐢
Рет қаралды 24 М.
Andro, ELMAN, TONI, MONA - Зари (Official Audio)
2:53
RAAVA MUSIC
Рет қаралды 8 МЛН
БАБУШКА ШАРИТ #shorts
0:16
Паша Осадчий
Рет қаралды 4,1 МЛН
Как Ходили родители в ШКОЛУ!
0:49
Family Box
Рет қаралды 2,3 МЛН
THIS is how you use Partial Views in ASP.NET Core 6
10:06
tutorialsEU - C#
Рет қаралды 35 М.
ASP.NET Core MVC Login and Registration using Identity | Asp.net core tutorial
15:32
Solving one of PostgreSQL's biggest weaknesses.
17:12
Dreams of Code
Рет қаралды 222 М.
How to FETCH data from an API using JavaScript ↩️
14:17
Bro Code
Рет қаралды 174 М.
BREAKING: jQuery V4 Is Here (YES REALLY)
12:30
Theo - t3․gg
Рет қаралды 187 М.
ViewModel in ASP NET Core MVC
5:21
kudvenkat
Рет қаралды 170 М.
How To Apply Free Bootstrap Themes in ASP.NET
8:34
Digital TechJoint
Рет қаралды 39 М.
jQuery Ajax CRUD in ASP.NET Core MVC using Popup Dialog
59:47
CodAffection
Рет қаралды 181 М.
Andro, ELMAN, TONI, MONA - Зари (Official Audio)
2:53
RAAVA MUSIC
Рет қаралды 8 МЛН