ASP.NET MVC Model View Controller (MVC) Step by Step Part 5

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ธ.ค. 2024

ความคิดเห็น • 26

  • @dnfvideo
    @dnfvideo  3 ปีที่แล้ว

    Do not miss our Interview Question video series
    25 Important ASP.NET Interview Questions : th-cam.com/video/pXmMdmJUC0g/w-d-xo.html
    30 Important C# Interview Questions : th-cam.com/video/BKynEBPqiIM/w-d-xo.html
    25 Angular Interview Questions : th-cam.com/video/-jeoyDJDsSM/w-d-xo.html
    5 MSBI Interview Questions : th-cam.com/video/5E815aXAwYQ/w-d-xo.html

  • @shahfaisal3923
    @shahfaisal3923 2 ปีที่แล้ว

    Gosh if you were my real life teacher instead of Virtual one.
    Long Live Sir.

  • @SokSa
    @SokSa 8 ปีที่แล้ว +2

    You forgot the dot! the dot!.... oh brother...
    ... see, I told you!
    :) I love all the typos and the mistakes. makes this demo much more real. really great work and I appreciate it a lot - I am sure a lot of others as well. finally I understand MVC in its model - view - controller sense because you started from scratch and never used the word "it just works!" thank you very, very much...

  • @KevinGuyerPrime
    @KevinGuyerPrime 9 ปีที่แล้ว

    Excellent videos in the series so far, keep up the great work!

  • @bawagrafix
    @bawagrafix 9 ปีที่แล้ว +1

    Strongly type html helper files are good but it all depends upon taste of individual preference and for me I like old method because I take help of some third party programs to generate stunning forms, thats why I like old method so that everything should not be meshed with extra helper tags. I appreciate you explained both ways.

  • @AryaChuodhury
    @AryaChuodhury 9 ปีที่แล้ว +1

    Hi Shiv,
    Thank you for your insight. But let me tell you in your video the Customer Id is not coming properly even i am facing the same problem. Please Help me
    Regards

    • @sweatstreak
      @sweatstreak 8 ปีที่แล้ว

      +Arya Chuodhury
      Hi ,He is actually trying to insert a string in Id textbox whereas its of int datatype in model... try inserting int value.

  • @websachi
    @websachi 9 ปีที่แล้ว

    Great Video Tutorial, thanks so much

  • @technocratpratik2695
    @technocratpratik2695 6 ปีที่แล้ว +1

    There is some error.. when you entered customer id i001, it is showing 0.
    Just check

    • @jyothij8870
      @jyothij8870 5 ปีที่แล้ว

      Bcz page is not refreshed.

  • @gprozac
    @gprozac 9 ปีที่แล้ว

    nice explanation

  • @norberta232
    @norberta232 7 ปีที่แล้ว

    on 11:30 th minute in this video, Id is not working, please watch

  • @sreesis1012
    @sreesis1012 5 ปีที่แล้ว

    Id is wrong, displaycustomer view not displaying exact value which you had given in fillcustomer view

  • @anurawat8634
    @anurawat8634 7 ปีที่แล้ว +1

    ID is not working

  • @siddalingeshapatil8973
    @siddalingeshapatil8973 8 ปีที่แล้ว +1

    what you mean by stronglly type

    • @SokSa
      @SokSa 8 ปีที่แล้ว

      he means it is tied to the object model. as if a hidden using statement is in the page somewhere that it knows which object model it needs to access.

  • @SadiqMsadiqsha
    @SadiqMsadiqsha 9 ปีที่แล้ว

    you enter the id value it dispaly the '0' why?

    • @michaelbottomley1351
      @michaelbottomley1351 9 ปีที่แล้ว

      Sadiq M It is because he has the id variable set to an int. and he inputted i101 which cannot be an int so it defaulted to 0. You can change the variable type from int to string in the customer.cs class to resolve this issue.

    • @SadiqMsadiqsha
      @SadiqMsadiqsha 9 ปีที่แล้ว

      k.thnk u

    • @newthepanch
      @newthepanch 9 ปีที่แล้ว

      Michael Bottomley is there a way to validate it? like in old webforms? or you have to add some javascript to do the work? i have seen something like [required] before the attribute get and set, does it works for something?

    • @sugan171293
      @sugan171293 9 ปีที่แล้ว

      ya it will work.

  • @shashikantshukla4391
    @shashikantshukla4391 8 ปีที่แล้ว

    thanks

  • @jacobnapkins1155
    @jacobnapkins1155 5 ปีที่แล้ว

    Killen' it

  • @sapnadani3179
    @sapnadani3179 5 ปีที่แล้ว

    @using (Html.BeginForm("DisplayCustomer","Home",FormMethod.Post))
    {

    Enter customer ID @Html.TextBox("id",(string)Model)
    Enter customer Code @Html.TextBox("CustomerId", (string)Model)
    Enter customer amount @Html.TextBox("amount", (string)Model)

    }
    that's how my code worked. I am new to .net but I think it was able to attach itself to the model but was not sure to which property it has to fill in the data. So i gave actual attribute names as i mentioned in my model class.

  • @dosomething3
    @dosomething3 9 ปีที่แล้ว

    Please fix your audio.

  • @jhonhernandez9210
    @jhonhernandez9210 8 ปีที่แล้ว

    Good videos, you need to work on you pronunciation