Calling asp net web services using jquery ajax

  Рет қаралды 97,638

kudvenkat

kudvenkat

Күн бұрын

Пікірлер: 35
@ssrafael
@ssrafael 9 жыл бұрын
Many praises to you my friend! This is the first video that I've seen that clearly explains how to make an ajax call using ASP.NET. It is very easy to understand and explained in such a clear, friendly way. I like that you did it with straight ADO and POCO objects instead of going Entity Framework. Keep up the awsome work!
@Csharp-video-tutorialsBlogspot
@Csharp-video-tutorialsBlogspot 9 жыл бұрын
+ssrafael Thank you very much for taking time to give feedback. This means a lot. I am very glad you found the videos useful. Dot Net & SQL Server training videos for web developers kzbin.infoplaylists?view=1&sort=dd You can order DVDs for offline viewing using the link below www.pragimtech.com/Order.aspx Code Samples & Slides are on my blog csharp-video-tutorials.blogspot.com Tips to effectively use our channel kzbin.info/www/bejne/r2ibYYCtnb5qZtU To receive email alerts, when new videos are uploaded, please subscribe to our channel kzbin.info Please click that THUMBS UP button below the video, if you like the videos Thanks a million for sharing these resources with your friends Best Venkat
@sandeepraul7261
@sandeepraul7261 5 жыл бұрын
I wonder, how can people dislike such wonderful, crystal clear explanation which can be used even till date...., if there was option, i would have given thousands of likes. Keep up the good work Sir!!!!
@devve7
@devve7 9 жыл бұрын
Thank You Very Much !!! After lost many hours, you solved my problem in 15 minutes !!! Excelent work !! - Thanks Again !!!
@armandocamacho8086
@armandocamacho8086 5 жыл бұрын
Thank you, I was looking on how to do this for 6 hours straight, you saved my semester
@squashtomato
@squashtomato 6 жыл бұрын
Thank you buddy! Was really stuck. Completely forgot to read the commented out scriptservice. Solved it instantly!
@dipankarghosh7005
@dipankarghosh7005 8 жыл бұрын
Very good tutorial for beginners. Thanks. It helped me a lot. It explains very clearly and simply. Thanks for your effort.
@IlhamIsrafilov
@IlhamIsrafilov 9 жыл бұрын
Thanks. Great tutorial as always. Love your style of tutoring. Waiting for the next tutorial
@HistoryIR647
@HistoryIR647 9 жыл бұрын
You are great venkat!!! Waiting for more on this.
@somakroy6079
@somakroy6079 9 жыл бұрын
Looking forward to your next tutorial. Great tutoring!!
@fazalabbas7407
@fazalabbas7407 4 жыл бұрын
Thanks Sir You save me...God Bless you
@saqlainraza5892
@saqlainraza5892 7 жыл бұрын
Your tutorials are the best and easy to understand as well (Y)
@developernader
@developernader 9 жыл бұрын
Thank you very much, helped me a lot this lesson.
@mahethekiller1
@mahethekiller1 9 жыл бұрын
great tutorial ,helped a lot , i have a question : i have a webservice on a server what should i do to acces it online using jquery ?
@MohammedDawoodAnsari
@MohammedDawoodAnsari 9 жыл бұрын
Simply the great video, thank you
@kaarthickr1810
@kaarthickr1810 8 жыл бұрын
Simply awesome!
@fahadaslamtanoli
@fahadaslamtanoli 9 жыл бұрын
very good you are my hero
@riccarrasquilla379
@riccarrasquilla379 Жыл бұрын
thanks for the video
@Mitchel3091
@Mitchel3091 8 жыл бұрын
Thanks a lot for this tutorial! :)
@kukkyou4647
@kukkyou4647 2 жыл бұрын
Thnq sir bhut bhut
@MrKary2
@MrKary2 8 жыл бұрын
Hi, thank you for the informative tutorial, what if you need to send more data to the webservice and the webservice is not int he same project. so employee would not be recongized
@sidduteli9892
@sidduteli9892 6 жыл бұрын
thank you so much sir
@braScene
@braScene 8 жыл бұрын
Hello sir, thank you for this very clear and easy to follow explanation. I have one question about contentType/dataType parameter of ajax. My intellisense shows me contentType parameter, and when I set it to "xml", app doesn't work, error get caught and alert is shown. If I go to concole to see the error, this is shown: Request format is unrecognized for URL unexpectedly ending in '/GetEmployeeById'. But if I put dataType:"xml" then everything work, but intellisense is not offering "dataType" parameter. Why is this?
@SaySaySee
@SaySaySee 7 жыл бұрын
webservice 3:58 js 10:49 15:27
@ManeSalinasR
@ManeSalinasR 4 жыл бұрын
thanks you... but this work excelent on localhost but didn't on the server... can you help me please?
@venkatramana331
@venkatramana331 4 жыл бұрын
can i use the same for mvc?
@johndsa5622
@johndsa5622 5 жыл бұрын
Hey,I tried doing the same but it throws exception while parsing the Json, The reason for that is the response that I get is a Mix of Json and some Junk , and when I try to destringify it throws an error. The response returned is as below-----> [{"category_name":"Motors","cat_area_name":"Bizzarrini","add_description":"Well maintained car"},{"category_name":"Motors","cat_area_name":"MakesAcuraAlfa","add_description":"No Accidents"}]   Server cannot clear headers after HTTP headers have been sent. body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;} p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px} b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px} H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red } H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon } pre {font-family:"Consolas","Lucida Console",Monospace;font-size:11pt;margin:0;padding:0.5em;line-height:14pt} .marker {font-weight: bold; color: black;text-decoration: none;} .version {color: gray;} .error {margin-bottom: 10px;} .expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; } @media screen and (max-width: 639px) { pre { width: 440px; overflow: auto; white-space: pre-wrap; word-wrap: break-word; } } @media screen and (max-width: 479px) { pre { width: 280px; } } Can you help provide me a resolution? Alternately how do we contact you?
@jaswanthsingh5227
@jaswanthsingh5227 4 жыл бұрын
Why don't we bind data to gridview?? Why this
@shibugope2809
@shibugope2809 3 жыл бұрын
how to call a webservice method if there is two project in a solution ,webservice is in different project and form is in different.
@itspreethisworld848
@itspreethisworld848 6 жыл бұрын
guys, shouldnt the "method" be GET here as its get request from the server? please someone explain it why it was POST instead of GET?
@trancongduong6966
@trancongduong6966 7 жыл бұрын
Thank you very much ! when i test in localhost this code run : (url: 'EmployeeService.asmx/GetEmployeeById') but when im using iis which ip public example :( 113.176.237.50/EmployeeService.asmx/GetEmployeeById ) is error "Internal Server Error [500]." , what wrong ? can you help me ?
@mutyalakiran9839
@mutyalakiran9839 8 жыл бұрын
i am getting did error wen i press invoke button System.NullReferenceException: Object reference not set to an instance of an object. at WebApplication1.EmployeeService.GetEmployeeById(Int32 employeeId) in C:\Users\yashwanth\Desktop\Task practice\calling asp web services using jquery ajax\WebApplication1\EmployeeService.asmx.cs:line 17
@keshavmahajan1811
@keshavmahajan1811 7 жыл бұрын
please don't mix JQuery with asp.net........
Handling json data returned from asp net web services
6:57
kudvenkat
Рет қаралды 97 М.
Check if username exists in database with ajax
19:17
kudvenkat
Рет қаралды 86 М.
Disrespect or Respect 💔❤️
00:27
Thiago Productions
Рет қаралды 36 МЛН
Trapped by the Machine, Saved by Kind Strangers! #shorts
00:21
Fabiosa Best Lifehacks
Рет қаралды 36 МЛН
Человек паук уже не тот
00:32
Miracle
Рет қаралды 3,9 МЛН
jquery ajax load
14:07
kudvenkat
Рет қаралды 123 М.
Part 6   Calling asp net web service from javascript using ajax
23:37
Save data using asp net web services and jquery ajax
12:57
kudvenkat
Рет қаралды 76 М.
jQuery Datatable and Asp.Net MVC Integration
26:53
CodAffection
Рет қаралды 113 М.
Autocomplete textbox using jquery in asp net
17:30
kudvenkat
Рет қаралды 87 М.
How to suggest available username
17:27
kudvenkat
Рет қаралды 26 М.
Part 92   Ajax with asp net mvc
19:09
kudvenkat
Рет қаралды 271 М.
jquery ajax load aspx page
14:18
kudvenkat
Рет қаралды 71 М.
Disrespect or Respect 💔❤️
00:27
Thiago Productions
Рет қаралды 36 МЛН