Hi, nice presentatiion... I was following your code, I want to redirect our page to show_data view once data updation is successful. Please provide code or reference for that.
Sir data is saving on db, but its not going on success function. Button's text is still 'Please wait...' after saved. and no alert coming. why? suggest pls.
why the hell you veteran programmers make complifcated samples. if u cant teach anything how do u call it tutorial video. it would be very simple if u send a model to view and show us how to monitor it by angular. but no u must make them complicated, becouse you are showing how good u are
I did this exact project using repository patters , dependency injection (unity.MVC5) and used ASP.NET MVC architecture you can find the project from the above github link url:- github.com/koshala123/AngularJsApp-Demo
For full Souce code and other Articles click here: tutorialslink.com/Articles/CRUD-operations-using-AngularJs-in-Aspnet-MVC/45
Just started learning angular after using jQuery and MVC for years and years. Implementation is simple! Thank you for the tutorial :)
Indeed, a very good AngularJS tutorial !
I really appreciated your video...well explained..keep it up.
Anguler with upload login session and after dashboard data load uer wise. if admin login show all data,manager login show some data with validation
great video fentsitic job i have used this format tqs to u
Great video, thank you so much!
thank you dear..plz add more vidos for angular with api in mvc
Thanks, I will upload more api with angular videos in some days.
Thanks for share your knowledge, very good, helped me a lot.
I am getting json instead of View ...Any suggestions...
I dont want to remove from the DB. could we change the color of deleted items.
can you show crud operation with two entity using routing concept
Great help
Thanks you sir, Please update Factory with controller.js
here what is the difference between asp.net mvc with jquery and angularjs? i thing angularjs vast code.
Failed pop up is popping up. Can you please tell me the reason and how to remove this issue?
Really a good useful video
thanks
sir how to create database
thanks for this video...good one
thanks
Hi, I was using your code, I want to redirect our page to show_data view once data updation is successful. Please provide code for that.
Thanks for sharing this video..
+Trinadh NAIDU welcome
Thank you so much sir
How to return back to show_data after updating the record
Again call the show_data function after success message in angular controller file
Hi, nice presentatiion... I was following your code, I want to redirect our page to show_data view once data updation is successful. Please provide code or reference for that.
add window.location.href on success and provide the url of show_data view
@@CsharpSpace I have tried but it's not working
Please tell me the version of this angular code?
I am using here Angular JS
Sir data is saving on db, but its not going on success function. Button's text is still 'Please wait...' after saved. and no alert coming. why? suggest pls.
add debugger in javascript and try to find out any mistake
did you find a solution to the problem?
$scope.savedata = function () {
$scope.btntext = "Please Wait...";
$http({
method: "POST",
url: "/Home/Register",
data: $scope.registration
}).then(function () {
$scope.registration = null;
$scope.btntext = "save";
alert("Registerd Successfully....");
})
};
u hv replace the success..to then
....it will work
@@venkateshkota9494 this small thing waisted my two days.. Thanks for it .. Now it solved
0:58 why didn't you opt for MVC ?
Here I have used MVC framework.
For full source code please visit @
when run a program it doesnt show any data
what was in btntext expression for value in html page
Angular 1 is past. Please create something which using Angular4
Just create a Web API and let Angular consume it.
i able to get the data but i am not display the data in view, pls can u share me the Get_databyid
+Pathivada Devanand check article and source code link that I provided in comment
how to pass id and fetch the data in html
Thanks for sharing this video
For full source code please visit ruclips.net/video/n0ms3Tlmgks/видео.html
why the hell you veteran programmers make complifcated samples. if u cant teach anything how do u call it tutorial video. it would be very simple if u send a model to view and show us how to monitor it by angular. but no u must make them complicated, becouse you are showing how good u are
I did this exact project using repository patters , dependency injection (unity.MVC5) and used ASP.NET MVC architecture
you can find the project from the above github link
url:- github.com/koshala123/AngularJsApp-Demo
Such a bad vdo..poor audio..just making such vdo to increase views is really shameful
Sorry for poor audio but in next video, audio quality is good
Great tutorial! Thanks a lot!