All your tutorial videos are very much explanatory and very useful to learn the concepts. Thank you so much!
@brianjames88677 жыл бұрын
You have the best tutorials on youtube.
@Oralden7 жыл бұрын
This is a FANTASTIC tutorial, very clear and informative. Great job Kudvenkat!
@braScene8 жыл бұрын
Thank you so much, I really appreciate these ajax lessons!!
@brettaylor26616 жыл бұрын
Thank you for the video. I'm not to the point where I can understand it but it gives me a goal to aim for.
@nathanonthenet9 жыл бұрын
Thanks for the tutorial. I have been following your posts. This is the perfect example of front end + back end programming. Is there a reason why you use asmx instead of svc for the web service?
@sapnarawal12266 жыл бұрын
great work Sir
@bhuwanmaharjan3979 жыл бұрын
Sir, I have one problem that I encounter while I do accessing web services from AJAX. I uncommented the following ([System.Web.Script.Services.ScriptService]) line but its not picking up. I have red underline in Script. Also, in the line using System.Linq; Linq is underlined. I tried adding reference to System.Web.Extensions as welland Linq reference too, its not helping me out.
@BNORO20078 жыл бұрын
Thank you so much, I love you
@Uzair_Anwar22994 жыл бұрын
Please make videos on jquery ajax Deffered promise then and when.
@musiceverydayproductions3 жыл бұрын
Hi Venkat, I have followed your tutorial and it is working perfectly on localhost. But when I deployed on cloud it is not working. Please guide me. thank you.
@ravik37599 жыл бұрын
can you please post java mock interview video it helpful for us.
@junaidsultan28546 жыл бұрын
Can we use the same functionality in Asp.Net Web Form? Like using it with a instead of html .
@entemolu15 жыл бұрын
Sure
@ASHOK_1628 жыл бұрын
how to use the stored procedure return property "UserNameExists" in EF edmx file
@mostafaanssary61354 жыл бұрын
why you return json with the name. name already in input box
@shashikantpandey17567 жыл бұрын
how to Check if File Exists with URL using jquery in asp.net mvc Please suggest
@jamalkhan51809 жыл бұрын
Sir plz start Crystal Reports
@markwoodard46405 жыл бұрын
I'm getting a web console 404 error when I type anything in the text box. The webservice may not be referenced in my Visual Studio project, but I'm not sure how to do that, can anyone help?
@musiceverydayproductions3 жыл бұрын
I get an alert saying [Object, Object].
@afeworkhaile73173 жыл бұрын
I see that a lot of people commented on this video as wonderful and helpful. However, the code doesn't even work and it is sad to see that people are commenting without even checking if it works. Also, I want to say that what this video shows in the last 10 seconds is slightly different from how it looks in the earlier minutes, which I find it confusing why you showed different codes in the last few seconds. I know your videos, in general, are good and educational but this particular video has issues and the code doesn't work. I followed your codes step by step but at the end, I get an alert saying [Object, Object].
@oulamakhenchela38913 жыл бұрын
i clone ur tuto but i have always the alert message
@surajsingh-py5fr6 жыл бұрын
How to Check the value From the database column . I means Comparing two Fields . waiting for reply
@brightosman8 жыл бұрын
What if JavaScript is turned off by the end user
@jogex1238 жыл бұрын
+Bright Ileh You need to run these types of checks through php also. Once posting the form PHP needs to double check everything for security reasons.