Thank you very much for taking time to give feedback. This means a lot. I am very glad you found the videos useful. I have organised all the Dot Net & SQL Server videos in to playlists, which could be useful to you kzbin.infoplaylists?view=1&sort=dd If you need DVDs or to download all the videos for offline viewing please visit www.pragimtech.com/kudvenkat_dvd.aspx Slides and Text Version of the videos can be found on my blog csharp-video-tutorials.blogspot.com Tips to effectively use my youtube channel. kzbin.info/www/bejne/r2ibYYCtnb5qZtU If you want to receive email alerts, when new videos are uploaded, please subscribe to my youtube channel. kzbin.info If you like these videos, please click on the THUMBS UP button below the video. May I ask you for a favor. I want these tutorials to be helpful for as many people as possible. Please share the link with your friends and family who you think would also benefit from them. Good Luck Venkat
@Csharp-video-tutorialsBlogspot11 жыл бұрын
Thank you very much for taking time to give feedback. In the description of this video, I have included the link for ASP .NET, C#, and SQL Server playlists. All the videos are arranged in logical sequence in these playlists, which could be useful to you. Please share the link with your friends who you think would also benefit from them. If you like these videos, please click on the THUMBS UP button below the video. For email alerts, when new videos are uploaded, you may subscribe to my channel.
@rajar.u.m88069 жыл бұрын
Very Good Explanation, each word is gives great stuff. we should not miss any thing in the video series.
@casper60609 жыл бұрын
Awesome explaining, i used this in an Umbraco site i created for a client and got it to work. I will deffinantly be covering this in my Umbraco Tutorials :) Keep at it!
@mangirishwagle4318 жыл бұрын
+Casper Andersen Looking forward for it. :)
@Csharp-video-tutorialsBlogspot11 жыл бұрын
Hi Akhil, sure, will do it as soon as I can.
@robsonfaxas8 жыл бұрын
Thank you very much! I've been searching specifically these tips! Another great video Pragim! :)
@aliazad11186 жыл бұрын
As usual perfect. Thanks a lot for your time and helpful tutorials.
@Wowokissy10 жыл бұрын
I download the current jquery 1.10.version and it doesn't work for me this way. It breaks the jquery autocomplete function with the message: JavaScript runtime error: Object doesn't support property or method 'autocomplete'
@Tagmesam5 жыл бұрын
really you are awesome sir your teaching technique is really good this video makes lots of help to me
@jonathanbuenviaje354710 жыл бұрын
Very nice tutorial, however I'm having a problem about making the AutoComplete work in my project. I'm using MVC5. I've followed everything properly using the Json part. I'm not sure if the problem is on jQuery or on my Controller.
@Ryasheen9 жыл бұрын
Jonathan Buenviaje Hey there I'm having the same problem, did u ever succeed to solve this issue ?
@jonathanbuenviaje35479 жыл бұрын
Yes I did. Message me on G+. I'll send you instructions
@jonathanbuenviaje35479 жыл бұрын
Arya Shahali Yes I did. Message me on G+. I'll send you instructions
@Ryasheen9 жыл бұрын
Hey man thanks for the response, I just solved the issue the day after hehe. thanks anyways
@jonathanbuenviaje35479 жыл бұрын
good for you!
@sambiggs30465 жыл бұрын
Fantastic series. Thank you so much for your time!
@ymtan11 жыл бұрын
Hi Venkat, thank you very much for such an exceptional and fantastic ASP.NET MVC tutorial on autocomplete features for textbox. However, may I suggest that you do make an ASP.NET video on this autocomplete features too.
@nirukumari34585 жыл бұрын
Thanks for video. Is it good to call database user/other table to populate the items for every search? will it impact my existing application performance.
@ACLAproductions8 жыл бұрын
Little tip for those having problems: If you're using an external js file, you must hardcode the url (eg: '/Students/GetStudents/') instead of using Url.Action() because it won't be recognized, since it's C# code. Other alternatives here: stackoverflow.com/questions/13640559/asp-net-mvc-url-action-in-external-js-file
@Udeshitha904 жыл бұрын
Can you suggest me, How to pass two values into the controller using the term? I need to pass the current typing string and existing string to return a result?
@abhishekdeshwal849911 жыл бұрын
Hi Virender, Looking at a smaller picture, there are certain advantages of MVC over asp.net. To learn more, you can google it out. Looking at a bigger picture, webforms and mvc are essentially the same. Both of them have remarkably similar features. There is virtually nothing that you can not implement using webforms which you can achieve with mvc. If you have been following Venakt's ASP.net series, you will understand that both are nearly same. Regards, Abhishek
@mehmetaliebleme5739 жыл бұрын
Thank you very much. It was very clear and deep.
@sekharmaddi8911 жыл бұрын
Hi Venkat.........Thanks For ur Videos....These R Very Very Useful..I Became UR Fan.. Can u please Explain - How to use Multiple Buttons in a single Form In MVC....
@gauravdubey50138 жыл бұрын
can you help me i am having a problem .i have a condition such that i want to send 2 parameters to controller function ie AnyFunction(parameter1,term).....i have used jquery ajax
@MdSohelRana-zv5wm5 жыл бұрын
Hello Sir , I con't download jquery plugin ,,,please tell me how can i download this plugin .
10 жыл бұрын
Cada vídeo es excelente. Gracias por compartir =)
@akhilb390711 жыл бұрын
Hi Venkat, If possible could u make some videos on Threading . In my point of view this topic is little bit confusion in C# as like delegates Thanks
@isaacplazas737710 жыл бұрын
What a clear explanation, thank you.
@zerotobeing15 жыл бұрын
Can u tell me how I can search record from database based on textbox value without using entity framework
@waqasadil39198 жыл бұрын
can you make this video in mvc 5 using visual studio 2013?
@Gct.Lifestyle5 жыл бұрын
sir this is working in localhost.but not working after deploy on server
@Sivabalankanyakumari6 жыл бұрын
Nice explanation Venkat bro
@yamarat111 жыл бұрын
Excellent demo - thank you very much!
@swarnimagarg32425 жыл бұрын
Hi, How do i write the autocomplete query using Dapper ?
@theoldcrab66824 жыл бұрын
Attempting to download files from jqueryui.com produces a "502 bad gateway" error. This was reported on github on September 2, 2019, and is still unresolved. Yet another jqueryui fail.
@sachingreat2227 жыл бұрын
Sir for integer value how we can implement search functionality. Kindly help me
@sameerahmed1558 жыл бұрын
very nice video , But this is only work in MVC3 ,I am using MVC5 kindly let me know what changing are require
@shiyin54136 жыл бұрын
hi there, do you find the answer for that?
@yakumogunter3655 Жыл бұрын
Hi @kudvenkat , can we do it to autocomplete using decimal datatype, .StartWith prefix is only working on string not on searching numbers , error is the parameter dictionary contains 'prefix' of non-nullable type 'System.Decimal' for Method 'System.web.mvc.JsonResult'
@dkahraman10 жыл бұрын
thanks mate! your videos are awsome
@MajedarKahaniya13211 жыл бұрын
Sir please explain what is the benefit of doing asp.net mvc over asp.net
@easysoftsolution85874 жыл бұрын
you are the best
@abhishekdeshwal849911 жыл бұрын
You are awesome man......
@nishantmahajan139610 жыл бұрын
Thanks a lot!!! God bless you.
@shinobienciso10 жыл бұрын
Excellent!!!!!!!!!!!!!!! Thank .so much
@deepakkumawat80507 жыл бұрын
how to get selected id in controller...
@sayantanbasu10145 жыл бұрын
Thanks. Nice and simple one :)
@zaheershaikh580511 жыл бұрын
Hello Sir Thanks For This Video.But How Can Store Autocomplete Textbox Selected Value Into The Table.Help Me Thanx You.
@shreenahmed92579 жыл бұрын
thank u so very good explanation
@sveeramreddy9 жыл бұрын
autocomplete not working search button working...
@goliafffff7 жыл бұрын
Thank you very mach for this video!
@nanda328111 жыл бұрын
the other method installing :Install-Package jQueryUIHelpers.Mvc4and adding bundles.Add(new ScriptBundle("~/bundles/jqueryui").Include"~/Scripts/jquery-ui-{version}.js","~/Scripts/jqueryui.unobtrusive-{version}.js")); ass well as in layout or any specific view @Styles.Render("~/Content/css"@Styles.Render("~/Content/themes/base/css")@Scripts.Render("~/bundles/jquery")@Scripts.Render("~/bundles/jqueryval"@Scripts.Render("~/bundles/jqueryui") this method work but r specified not work vs 2012 why
@nihhaldev977110 жыл бұрын
NICE EXPLANATION...
@akash805510 жыл бұрын
its not working here. i followed all d steps but ...
@komlaviekouevi873710 жыл бұрын
Nice tutorial!!!
@saagarsoni311 жыл бұрын
awesome sir....
@gokulbv64822 жыл бұрын
🔥🔥🔥
@romesupaila18645 жыл бұрын
Error 1 Cannot implicitly convert type 'System.Collections.Generic.List' to 'System.Collections.Generic.List' c:\users\hp\documents\visual studio 2013\Projects ewcrudoperation ewcrudoperation\Controllers\HomeController.cs 43 17 newcrudoperation
@jorgeluisricraalcantara11898 жыл бұрын
Amazing!
@islamahmed40039 жыл бұрын
great job (Y)
@abhinavkumar82718 жыл бұрын
very good
@aqibrehman3167 жыл бұрын
Replace the script with the following script to auto refresh the page without clicking submit button whenever you just select the item from dropdown. $(function () { $("#txtSearch").autocomplete({ source: '@Url.Action("GetStudents")', minLength: 1, select : submitAutocompleteForm }); }); var submitAutocompleteForm = function(event, ui) { var $input = $(this); $input.val(ui.item.label); var $form = $input.parents("form:first"); $form.submit(); };
@aqibrehman3167 жыл бұрын
For all those whose GetStudents method is not invoking do the following steps: - copy following - paste the above tags into your index view(or whaterver view you're working with) and also paste it in _layoutview.cs just before the closing body tag