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-tutorialsBlogspot9 жыл бұрын
+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
@sandeepraul72615 жыл бұрын
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!!!!
@devve79 жыл бұрын
Thank You Very Much !!! After lost many hours, you solved my problem in 15 minutes !!! Excelent work !! - Thanks Again !!!
@armandocamacho80865 жыл бұрын
Thank you, I was looking on how to do this for 6 hours straight, you saved my semester
@squashtomato6 жыл бұрын
Thank you buddy! Was really stuck. Completely forgot to read the commented out scriptservice. Solved it instantly!
@dipankarghosh70058 жыл бұрын
Very good tutorial for beginners. Thanks. It helped me a lot. It explains very clearly and simply. Thanks for your effort.
@IlhamIsrafilov9 жыл бұрын
Thanks. Great tutorial as always. Love your style of tutoring. Waiting for the next tutorial
@HistoryIR6479 жыл бұрын
You are great venkat!!! Waiting for more on this.
@somakroy60799 жыл бұрын
Looking forward to your next tutorial. Great tutoring!!
@fazalabbas74074 жыл бұрын
Thanks Sir You save me...God Bless you
@saqlainraza58927 жыл бұрын
Your tutorials are the best and easy to understand as well (Y)
@developernader9 жыл бұрын
Thank you very much, helped me a lot this lesson.
@mahethekiller19 жыл бұрын
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 ?
@MohammedDawoodAnsari9 жыл бұрын
Simply the great video, thank you
@kaarthickr18108 жыл бұрын
Simply awesome!
@fahadaslamtanoli9 жыл бұрын
very good you are my hero
@riccarrasquilla379 Жыл бұрын
thanks for the video
@Mitchel30918 жыл бұрын
Thanks a lot for this tutorial! :)
@kukkyou46472 жыл бұрын
Thnq sir bhut bhut
@MrKary28 жыл бұрын
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
@sidduteli98926 жыл бұрын
thank you so much sir
@braScene8 жыл бұрын
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?
@SaySaySee7 жыл бұрын
webservice 3:58 js 10:49 15:27
@ManeSalinasR4 жыл бұрын
thanks you... but this work excelent on localhost but didn't on the server... can you help me please?
@venkatramana3314 жыл бұрын
can i use the same for mvc?
@johndsa56225 жыл бұрын
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?
@jaswanthsingh52274 жыл бұрын
Why don't we bind data to gridview?? Why this
@shibugope28093 жыл бұрын
how to call a webservice method if there is two project in a solution ,webservice is in different project and form is in different.
@itspreethisworld8486 жыл бұрын
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?
@trancongduong69667 жыл бұрын
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 ?
@mutyalakiran98398 жыл бұрын
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