Cascading Dropdowns in .NET Core (.NET 8)

Поделиться
HTML-код
  • Опубликовано: 10 сен 2024
  • Cascading dropdowns are a very common scenario in programming. In this short video we will build one from scratch and quickly understand the fundamentals behind that.
    .NET Full Course - www.dotnetmast...
    More .NET Courses : www.dotnetmast...

Комментарии • 42

  • @joaopaulorodriguessantos3687
    @joaopaulorodriguessantos3687 Год назад +3

    Great video, Bhrugen! Always straight to the point. Thank you!

  • @mcartagenova
    @mcartagenova 11 месяцев назад

    Thanks a Lot Bhrugen, finally I made a country, state, city, 3 level dropdown

  • @CyberHelp1
    @CyberHelp1 2 дня назад

    Love from India Sir

  • @shahabjoon201
    @shahabjoon201 Год назад +1

    Perfect, thanks.

  • @dhirenpathak
    @dhirenpathak Год назад

    Great, I can wait for this tutorials

  • @janosterz733
    @janosterz733 Год назад

    Thank you Bhrugen! Perfect video as always!

  • @AlmutasimAlmazidi
    @AlmutasimAlmazidi Год назад +1

    Thank you Bhrugen
    Is there any way to get ride of Javascript?
    I know there are many component based on javascript but what I mean is there any way to don't use the ajax and use the .NET features?

  • @MrMirceaRs
    @MrMirceaRs 3 месяца назад

    Thx mr B..see you next time

  • @aparnak1212
    @aparnak1212 4 месяца назад

    Thanks a million !

  • @mandlaenkosihlatshwayo2684
    @mandlaenkosihlatshwayo2684 7 месяцев назад

    Why cant I use the blazor app instead of mvc and scaffold the razor components using Entity Framework (CRUD)? It just keeps on returning the Id as a number and not a dropdown referenced from another table....smh

  • @nnasim5089
    @nnasim5089 Год назад +1

    Thankyou for the video

  • @marjuneabregana3544
    @marjuneabregana3544 11 месяцев назад

    Sir may I ask if where did I go wrong because I use different Model region and provinces but when I select the region, in the province dropdown it shows un defined

  • @mahmoudkhater157
    @mahmoudkhater157 9 месяцев назад

    How can I Add the price of the product in the home page after selecting the Category and choose my Product as just a view for the user to know the price of this product immediately

  • @Aman-x5g
    @Aman-x5g 4 месяца назад

    Great

  • @krishramakrishna9567
    @krishramakrishna9567 4 месяца назад

    how to bind data to dropdown in asp,net core using page load event

  • @falcongreens2570
    @falcongreens2570 10 месяцев назад

    Well, That is nice, can you kindly make a video about how to add/remove subcategory items to a post action?
    Thanks in advance

  • @ratlima2438
    @ratlima2438 9 месяцев назад

    Thanks in advance! Thank you very much for your post, it helped me a lot.
    Everything worked perfectly. But when I go to save the record, it gives an error because the value selected in the product does not remain selected until the POST is completed. This message appears "The value 'undefined' is not valid for Product".

  • @rajesharekallu3052
    @rajesharekallu3052 4 месяца назад

    sir plz can share radio button and check boxes

  • @harikanilla8969
    @harikanilla8969 Год назад

    But in my case in the dropdown of CategoryId its showing numbers(2,3,4) instead of the name of categories. How to fix that?

    • @DotNetMastery
      @DotNetMastery  Год назад

      you should pass name to the value field. you might have passed id

  • @abdullahjan87
    @abdullahjan87 Год назад

    Sir kindly create a video on uploading word and excel file and retrieve, edit, delete data in them.

  • @rehmanmustafa3535
    @rehmanmustafa3535 Год назад

    hi i am trying to do this in identity register rezor page, but i am confused, because there is not controller so how can i give url?

    • @DotNetMastery
      @DotNetMastery  Год назад

      you can add API controllers to razor pages project as well

  • @oldcrackful
    @oldcrackful 10 месяцев назад

    Great !! Thanks a lot

  • @KemTech1
    @KemTech1 Год назад

    How can I do this for Razor Pages?

  • @sh2983
    @sh2983 Год назад +1

    Thank you for this tutorial. By the way, how do you have .NET 8 preview in your visual studio?

  • @emmanuelmulwa1620
    @emmanuelmulwa1620 3 месяца назад

    could we get the github link please?
    🙂

  • @ar2noo
    @ar2noo Год назад

    I already purchased this course but where is the cascading dropdown topic Sir? please guide me and redirect me to the link. By the way.. any link that can show me how to create three level of cascading dropdown?
    for example:
    country ---> City ----> post code
    Thank you very much..

    • @DotNetMastery
      @DotNetMastery  Год назад

      it would be exactly similar you only have to add one more level, like i show in the video.

  • @10Totti
    @10Totti Год назад

    Thanks!
    Tutorial for new Blazor ?

  • @BDTopEducation
    @BDTopEducation Год назад

    Please create a post method also

  • @mcartagenova
    @mcartagenova 11 месяцев назад

    Hi Bhrugen, as always great class but it in my code always answer me undefined in the second dropdown even usind the same field names

    • @mcartagenova
      @mcartagenova 11 месяцев назад

      NeverMind... MY MISTAKE

    • @followerofchrist1984
      @followerofchrist1984 9 месяцев назад

      @@mcartagenova How did you solve it? I spent the whole day I cannot see where my mistake is.

  • @followerofchrist1984
    @followerofchrist1984 9 месяцев назад

    I get undefined on the second dropdown

  • @technoinfoys1435
    @technoinfoys1435 Год назад

    issue in creating product