Calling asp net web services using jquery ajax

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

kudvenkat

kudvenkat

Күн бұрын

Пікірлер: 35
@ssrafael
@ssrafael 8 жыл бұрын
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 8 жыл бұрын
+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 8 жыл бұрын
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
@bigdogsmallman
@bigdogsmallman 6 жыл бұрын
Thank you buddy! Was really stuck. Completely forgot to read the commented out scriptservice. Solved it instantly!
@IlhamIsrafilov
@IlhamIsrafilov 9 жыл бұрын
Thanks. Great tutorial as always. Love your style of tutoring. Waiting for the next tutorial
@dipankarghosh7005
@dipankarghosh7005 8 жыл бұрын
Very good tutorial for beginners. Thanks. It helped me a lot. It explains very clearly and simply. Thanks for your effort.
@somakroy6079
@somakroy6079 9 жыл бұрын
Looking forward to your next tutorial. Great tutoring!!
@developernader
@developernader 9 жыл бұрын
Thank you very much, helped me a lot this lesson.
@MohammedDawoodAnsari
@MohammedDawoodAnsari 9 жыл бұрын
Simply the great video, thank you
@Bichitra647
@Bichitra647 9 жыл бұрын
You are great venkat!!! Waiting for more on this.
@fazalabbas7407
@fazalabbas7407 4 жыл бұрын
Thanks Sir You save me...God Bless you
@kaarthickr1810
@kaarthickr1810 8 жыл бұрын
Simply awesome!
@saqlainraza5892
@saqlainraza5892 7 жыл бұрын
Your tutorials are the best and easy to understand as well (Y)
@fahadaslamtanoli
@fahadaslamtanoli 9 жыл бұрын
very good you are my hero
@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 ?
@MrKary2
@MrKary2 7 жыл бұрын
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
@riccarrasquilla379
@riccarrasquilla379 10 ай бұрын
thanks for the video
@Mitchel3091
@Mitchel3091 8 жыл бұрын
Thanks a lot for this tutorial! :)
@ManeSalinasR
@ManeSalinasR 4 жыл бұрын
thanks you... but this work excelent on localhost but didn't on the server... can you help me please?
@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?
@kukkyou4647
@kukkyou4647 2 жыл бұрын
Thnq sir bhut bhut
@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?
@shibugope2809
@shibugope2809 2 жыл бұрын
how to call a webservice method if there is two project in a solution ,webservice is in different project and form is in different.
@sidduteli9892
@sidduteli9892 6 жыл бұрын
thank you so much sir
@jaswanthsingh5227
@jaswanthsingh5227 3 жыл бұрын
Why don't we bind data to gridview?? Why this
@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?
@venkatramana331
@venkatramana331 4 жыл бұрын
can i use the same for mvc?
@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
@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 ?
@SaySaySee
@SaySaySee 7 жыл бұрын
webservice 3:58 js 10:49 15:27
@keshavmahajan1811
@keshavmahajan1811 7 жыл бұрын
please don't mix JQuery with asp.net........
Handling json data returned from asp net web services
6:57
kudvenkat
Рет қаралды 97 М.
Save data using asp net web services and jquery ajax
12:57
kudvenkat
Рет қаралды 76 М.
отомстил?
00:56
История одного вокалиста
Рет қаралды 6 МЛН
💩Поу и Поулина ☠️МОЧАТ 😖Хмурых Тварей?!
00:34
Ной Анимация
Рет қаралды 1,6 МЛН
Teaching a Toddler Household Habits: Diaper Disposal & Potty Training #shorts
00:16
Players vs Corner Flags 🤯
00:28
LE FOOT EN VIDÉO
Рет қаралды 42 МЛН
Check if username exists in database with ajax
19:17
kudvenkat
Рет қаралды 86 М.
Brutally honest advice for new .NET Web Developers
7:19
Ed Andersen
Рет қаралды 187 М.
Calling aspx page method using jquery
11:12
kudvenkat
Рет қаралды 83 М.
Postgres just got even faster
26:42
Hussein Nasser
Рет қаралды 24 М.
ASP.NET Web API CRUD Operation Using SQL Server Stored Procedures
33:38
Ajax tutorial in ASP.NET C# web programming partial page updates
38:12
Programming w/ Professor Sluiter
Рет қаралды 33 М.
jquery ajax load
14:07
kudvenkat
Рет қаралды 123 М.
Part 6   Calling asp net web service from javascript using ajax
23:37
отомстил?
00:56
История одного вокалиста
Рет қаралды 6 МЛН