Part 18 Updating data in mvc

  Рет қаралды 227,407

kudvenkat

kudvenkat

Күн бұрын

Пікірлер: 39
@Csharp-video-tutorialsBlogspot
@Csharp-video-tutorialsBlogspot 11 жыл бұрын
Hi Tarun, Thank you very much for taking time to give feedback. I am really glad you found these videos useful. If you want to receive email alerts, when new videos are uploaded, please feel free to subscribe to my youtube channel. May I ask you for a favour. I want these tutorials to be helpful for as many people as possible. Please free to share the link with your friends and family who you think would also benefit from them. Good Luck.
@alshezawi2010
@alshezawi2010 5 жыл бұрын
thank you venkat you are really great instructor. i'm wondering why do you write long code for update single record, while you can get that done with few lines using EF
@shyamal890
@shyamal890 9 жыл бұрын
Wow!! Didn't knew about Immediate Window. Thanks a lot.
@mikaeledebro1144
@mikaeledebro1144 11 жыл бұрын
Is there any advantage of creating an instance of the EmployeeBusinessLayer for every action method in the EmployeeContext, instead of just creating one instance in the beginning of the Controller as a private class field?
@asterixgaul4725
@asterixgaul4725 10 жыл бұрын
I think its better if one is created at the beginning of the class unless anyone thinks otherwise.
@Eaglessoft
@Eaglessoft 7 жыл бұрын
it update the programmer
@Kumar-id7qs
@Kumar-id7qs 11 жыл бұрын
Thanks Sir, yeah, now the videos are working fine.I panicked before trying everything.actually I tried and update my flash player directly.while i should have correct my settings over the channel.and above all how Venkat sir can do anything wrong. Thanks sir many many thanks for what you are doing for us.
@mikebeingolea4964
@mikebeingolea4964 11 жыл бұрын
Hi, your videos are a blessing for beginners. Thank You. The dropdownlist is not preselecting the data coming from the database on Male / Female. I don't know why, code looks exactly as yours.
@Csharp-video-tutorialsBlogspot
@Csharp-video-tutorialsBlogspot 11 жыл бұрын
Hi, you can improve the quality of video by clicking on change quality button on the bottom right hand corner.
@Ayubajbnabi
@Ayubajbnabi 11 жыл бұрын
Thanks VenKat for your very nice tutorials. God bless you.
@piotrplinkiewicz8520
@piotrplinkiewicz8520 11 жыл бұрын
Hi Venkat. In this tutorial you talk about Edit method that is invoked in case on postback. Let's say user fills all required data for all fields, but in the end user clicks 'Cancel' button {could be added nearby Save}. If user clicks Cancel button, so this method will be invoked also and data saved to database. Could you tell me how to solve that problem? Any distinction between clicked button right before calling Edit method from controller or within in? Best regards.
@AaAndMoKidsTV
@AaAndMoKidsTV 4 жыл бұрын
Sir, you are a great teacher!
@MuhammadRashid-fe1br
@MuhammadRashid-fe1br 4 жыл бұрын
Weel described lectures...Thanks Sir.
@milindkharwade19
@milindkharwade19 11 жыл бұрын
Yes....! Now it works fine for me.....Thanks Venkat. That was my mistake and laziness.....:-)
@farjamramezanpour293
@farjamramezanpour293 8 жыл бұрын
hi , tanks for great job you did to learn programming to anyone. i learn so many things from you, but i have some misunderstanding , case by removing [Required] attribute from our model , actually we going to have problem with Create section we allready implemented , so what we must do ? i mean as best practices ?
@nitinzone84
@nitinzone84 11 жыл бұрын
hi Venkat Sir My name is nitin bhatia. I am a senior UI/UX developer. I have seen all of your videos (C#,ASP.NET.ADO.NET) for programming. I like your videos and the way u explain. Now i am learning MVC for my project as MVC development is fast than webforms. can you please tell me before starting any commercial web project. What points should we keep in our mind for technology, maintenance, flexibility and durability regards NITIN BHATIA
@vaishnavibarage3056
@vaishnavibarage3056 Жыл бұрын
Ygbu
@dgloria
@dgloria 6 жыл бұрын
Venkat for president! Venkat, did you ever consider working with Khan Academy and share your tutorials with them?
@adityaubale528
@adityaubale528 5 жыл бұрын
If we didn't use ( modelstate.isvalid ) condition, even if the field is required , it's not showing validation error.
@MrVibhore1989
@MrVibhore1989 5 жыл бұрын
Awesome Videos, Thank you sir :)
@davidjackson148
@davidjackson148 7 жыл бұрын
How do you get or preserve the ID so you know which Item to update, the object I get back doesn't have the ID in it
@kenmtb
@kenmtb 5 жыл бұрын
Using entity framework: put the id into a hiddenfor control in your view. This will bind your id to the view's model during post. When you post to your controller method, either capture the model in the method header or create a blank model object and use update model to transfer the posted model info to your controller method. Either way you can recover the id inside your post controller method by accessing the model.ID property.
@KiranNadukula
@KiranNadukula 11 жыл бұрын
Thank you, venkat sir!!!!!!!!!!
@Kumar-id7qs
@Kumar-id7qs 11 жыл бұрын
Hi ,Venkat Sir I think there is some problem in uploading for part 17 & 18 becoz the video is looking choppy and nothing is visible clearer.I don't know why its happening? and Is it happening only to me or with others too? i have upgraded my flash player too but problem is still unresolved . plz help.This topic is really very very important for me.
@ishaankothidar3044
@ishaankothidar3044 5 жыл бұрын
can you tell how to update column of a row of referenced table in mvc. Please someone tell me.
@SadiqMsadiqsha
@SadiqMsadiqsha 9 жыл бұрын
sir,i requesting one more tutorial for crud operations within the gridview.without using entity fream work.
@rshekdar
@rshekdar 11 жыл бұрын
why are you using connection string to save instead of using the context?
@sandeepingh3401
@sandeepingh3401 11 жыл бұрын
thnx sir.. u r like god for me... becoz of u i got job..plz upload wcf..plzzz i neeedddddd....if u have any link tillll....plzzzzzzz
@kaushalbhatt5443
@kaushalbhatt5443 9 жыл бұрын
Thank You
@shamimuddin9804
@shamimuddin9804 8 жыл бұрын
Thank's Sir
@Csharp-video-tutorialsBlogspot
@Csharp-video-tutorialsBlogspot 8 жыл бұрын
+Shamim Uddin You are very welcome. I have organised all the Dot Net & SQL Server video tutorials 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 and slides 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. Best Regards Venkat
@milindkharwade19
@milindkharwade19 11 жыл бұрын
Yes video is not clearly visible in Part 17 and 18. I think something went wrong while uploading. (Audio is clearly audible but video is blurred)....:-)
@sabapegasus286
@sabapegasus286 10 жыл бұрын
could u please share code also
@diedarasenpai3750
@diedarasenpai3750 5 жыл бұрын
I am sorry but wasn't it suppose to be HTTP Put, not Post?
@juanpa_g
@juanpa_g 9 жыл бұрын
Why don't you implement EmployeeBusinessLayer as a Static class?
@dinesh84a
@dinesh84a 11 жыл бұрын
thanx sir...................
@armanx2
@armanx2 7 жыл бұрын
Good tuts but i can still find some error :P you are not closing your ado.net Connections :P
@ipsitapani8641
@ipsitapani8641 11 жыл бұрын
NO TARUN PART 17 AND PART 18 HAS NO PROBLEM,PLZ TRY IT ONCE AGAIN.I HAVE COVERED THAT TOPIC,IT HAS NO PROBLEM WHILE UPLOADING.
@JaswantSingh-tz9bq
@JaswantSingh-tz9bq 4 жыл бұрын
Thank u sir
Part 19  Unintended updates in mvc
8:22
kudvenkat
Рет қаралды 184 М.
Part 8  Data access in mvc using entity framework
13:29
kudvenkat
Рет қаралды 948 М.
Арыстанның айқасы, Тәуіржанның шайқасы!
25:51
QosLike / ҚосЛайк / Косылайық
Рет қаралды 700 М.
Гениальное изобретение из обычного стаканчика!
00:31
Лютая физика | Олимпиадная физика
Рет қаралды 4,8 МЛН
99.9% IMPOSSIBLE
00:24
STORROR
Рет қаралды 31 МЛН
Part 13  FormCollection in mvc
10:45
kudvenkat
Рет қаралды 358 М.
Part 10  Working with multiple tables in mvc
19:46
kudvenkat
Рет қаралды 585 М.
Part 16  Difference between updatemodel and tryupdatemodel
14:51
kudvenkat
Рет қаралды 236 М.
Database Systems - Cornell University Course (SQL, NoSQL, Large-Scale Data Analysis)
17:07:42
jQuery Ajax In Asp.Net MVC - CRUD Operations Using JSON
1:21:13
CodAffection
Рет қаралды 323 М.
CppCon 2014: Mike Acton "Data-Oriented Design and C++"
1:27:46