I didn't understand a word you said but just from observing what you were doing I was able to apply your logic to write an email via the browser. Thank you very much!
@WebGentle2 жыл бұрын
That's great. Thankyou for the feedback
@chaitanya1215 жыл бұрын
Appreciate your hard work. really help full .
@programming54842 жыл бұрын
Your have been cherrypick the right topics to understand this .net mess .Kind regards for you man.
@sharvarirane11764 жыл бұрын
Thanks I was having an error since long time just saw your video and it got solved... Thanks alot
@NT-zn7wm5 жыл бұрын
hi sir, can u send 2+ year of interview questions
@samparab779 ай бұрын
Thanks for video sir, it help me alot for making my project from scratch
@onlybychirag10 ай бұрын
@webgentle How to get dynamic name value from view to controller??
@umamaheswari48033 жыл бұрын
best videos for mvc.very nice explaination sir thank u so much for uploading
@mdselimsk61085 жыл бұрын
Sir yen may se konsa better hay big project ka liya
@codegyaan19463 жыл бұрын
how to add (plain)textbox value into @Html.ActionLink using new ,without model use.
@anuragmohanty13015 жыл бұрын
All are fab... Nitish Sir
@mrafayshams3089 Жыл бұрын
Thank you sir. What if the data I want to pass is in Javascript?
@1prdas13 жыл бұрын
Very informative! Thanks
@jayandrapatil4 жыл бұрын
Very simple, clear and nice explanation and demo. :-) Nitish, can you create video on how to use complex models from actual business scenario? that will be really helpful..
@LESLIGHTHOUSE Жыл бұрын
how to post data without using ajax and refreshing your page , is there any way to do this using MVC core data
@WebGentle Жыл бұрын
There will be page refresh if you don't want to use JS.
@sheetaldandge37464 жыл бұрын
Thank you so much sir.. Really appreciate your hardwork! You make things so simple! Thanks alot!
@Islamis_status3 жыл бұрын
tnks sir app ki videos na exam ma boht help ki
@mizile14864 жыл бұрын
Good video, I understood most of the things even with the language barrier. Can someone explain to me why the "Post using Request" method returned null values for firstName & lastName when submitting the form? I don't understand the language so I can't hear his reason why the null values were returned. Thanks!
@gujjulapradeepreddy31892 жыл бұрын
Because we need to use Request.Form instead of Request
@rohandeshpande8353 Жыл бұрын
Superb tutorial sir thank you so much
@amreshchandra40983 жыл бұрын
I know MVC ,can u tell me how much time it require to learn .net core if I know mvc
@parimal22676 жыл бұрын
Great ,But what is basic difference between form collection and Request ,as both are performing same pattern
@list5s5 жыл бұрын
so simple bro if you are using from collection whole from data pass view to controller like value and button everything, now if you are using request then will retrieve only selected value like string firstname= request["Firstname"] extra value are not retrieve .
@Jagmohan30425 жыл бұрын
For form collection method you haven't used HttpPost as the verb. Can you please explain why? Also let me know was that the post method? As default is a HttpGet.
@list5s5 жыл бұрын
because html.beginform() also have method post right click and go to inspect you see method="post" already written.
@onemorestory14 жыл бұрын
Actually this is super thing for example Bravo
@digitalbusinessstrategies52613 жыл бұрын
Thank you sir for making such great videos
@Pankajmohapatra472 жыл бұрын
Nice content, easy to learn. Thank you
@chanmonyrakkong49803 жыл бұрын
Does anyone know why Request property won't work anymore on the 3.1 of ASP.Net?
@gog5923 жыл бұрын
Try Request.Form[] instead of Request[]
@rajshreedhangekar46793 жыл бұрын
Hello Sir,could please give solution on How to hide url parameter instead of encryption...please do video on this issue...
@himanijha36108 ай бұрын
Is there any way from where we can read the content and code.
@WebGentle5 сағат бұрын
Nops. I dont have this code repo
@ayantechno53656 жыл бұрын
Bro I have question.... You specified httppost for both request and parameters.... But you didn't used httppost while form collection?? As we know when we don't use any HTTP verb then it will be HTTPget..... But what happened in case of form collection
@nishthakapur9970165 жыл бұрын
what if form contains anchor link? and we have to call get method on anchor link press
@WebGentle5 жыл бұрын
kzbin.info/www/bejne/pqbaf6WwjZx9lcU watch this part. This will help you to get data on click of link.
@sushilprajapati22344 жыл бұрын
Great job nice and very helpful
@vikaskashyap10745 жыл бұрын
Sir your video is very help full ..
@pragatichouhan34183 жыл бұрын
ThankYou So much useful content
@sanjaybhnew4 жыл бұрын
My Call from View to Controller not working...Instead it comes back to Index View instead of showing the called Actionmethod from Index View..Please help urgently
@WebGentle4 жыл бұрын
You need to pass the name of your target action method in the form. By default the application will post to same name method that is used to render the view.
@rahulmeshram43712 жыл бұрын
Excellent . Request to generate the data by using range. It will use for generate lables of qr code
@nehatarique822 жыл бұрын
Wonderful videos
@kaushikbhadani4 жыл бұрын
Nice Tutorial !!
@gmurtazaqadir3 жыл бұрын
great tutorial
@rohanpotdar852410 ай бұрын
how to pass html dynamic table from view to controller in mvc for save the records
@anjumanbaqeriaghowari6 жыл бұрын
Sir ao boht bhryaaa teaching krtay hn plzz wep api b sikhao
@sudeeptochattaraj68534 жыл бұрын
urgent chyea using 3 tier architecture.. crud operation. include edms sql server ajax
@mayurnaktode5925 жыл бұрын
Please make a video on multi language web applications with using multiple controllers
@akashsharma25606 жыл бұрын
Good job sir
@manojkumarmishra8684 жыл бұрын
i want a e-commerce website in mvc
@shahid943726 жыл бұрын
v good sir, keep it up . form submission using js bi bata datay tu ala hu jata ajax call kar ka
@WebGentle6 жыл бұрын
Sure Mr Khan. I will cover this also.
@pranshulgupta69223 жыл бұрын
Sir ado.net se saving ka video bna dijiye
@techaman5695 жыл бұрын
Please bind dropdown and insert using Ado .net in MVC
@WebGentle5 жыл бұрын
kzbin.info/www/bejne/ooXRmqibn95-n6c
@hafizmuhammadusman99013 жыл бұрын
sir jo data controller k pass jaa raha wohi data View per kaisy show ho code btaa day us ka b urgent h please sir
@trivedipriyanka75763 ай бұрын
Thank you sir
@WebGentle6 сағат бұрын
😊
@prashantgaikwad28465 жыл бұрын
Nice Sir, Please make a video on API 2.0
@akritigupta51232 жыл бұрын
Sir MVC me full registration n image upload to login email password logout sb ek me bta dijiye ek project me please please sir
@poojasharma-wt9kb5 жыл бұрын
thank you so much
@mohammadhridoyhossain98246 жыл бұрын
sir can you please make a video about view model how to use it please
@sanjaybhnew4 жыл бұрын
Please improve the Sound quality ..It's not audible in some Videos otherwise Rest of everything is perfectly fine till now.Thanks a Lot..
@jitendergola28426 жыл бұрын
hi sir i watch your tutorial please make two video more crud operation with entity frame work and without entity framework with file uploading as soon as possible
@manojsinghbisht71809 ай бұрын
Sir please web application se btaye
@RK-ew9gi5 жыл бұрын
sir make vedio by using multi button submission
@WebGentle5 жыл бұрын
It is already available in this tutorial. Keep watching
@prologaming10085 жыл бұрын
What language is that? It sounds a bit like english ... but I am not sure it is :D
@WebGentle5 жыл бұрын
It's Hindi. All the content is in English but explanation is in Hindi
@narendarsingh46726 жыл бұрын
great
@razamzai3 жыл бұрын
The Audio Quality is not good....
@gauravkhangar913 жыл бұрын
brother apki voice thodi clear ni aati mtlb bhut high pitch h apki voice ki. Thoda dhyan do
@gouthamp20014 жыл бұрын
hi sir could you please make videos in English
@WebGentle4 жыл бұрын
Please refer to other playlist. All of them are in English.
@vladamihai90962 жыл бұрын
please add subtitles
@kiramastercrack3 жыл бұрын
does everyone in the comments can understand hindu or am i missing something?
@dr.furkhzeshan14264 ай бұрын
.
@orgdejavu82473 жыл бұрын
roses are red some flowers are blue the title is in English so why aren't you