Cascading Dropdowns in .NET Core (.NET 8)

Поділитися
Вставка
  • Опубліковано 14 жов 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 Рік тому

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

  • @CyberHelp1
    @CyberHelp1 Місяць тому

    Love from India Sir

  • @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?

  • @janosterz733
    @janosterz733 Рік тому

    Thank you Bhrugen! Perfect video as always!

  • @falcongreens2570
    @falcongreens2570 11 місяців тому

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

  • @MrMirceaRs
    @MrMirceaRs 5 місяців тому

    Thx mr B..see you next time

  • @sh2983
    @sh2983 Рік тому +1

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

  • @dhirenpathak
    @dhirenpathak Рік тому

    Great, I can wait for this tutorials

  • @ratlima2438
    @ratlima2438 10 місяців тому

    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".

  • @shahabjoon201
    @shahabjoon201 Рік тому +1

    Perfect, thanks.

  • @abdullahjan87
    @abdullahjan87 Рік тому

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

  • @mandlaenkosihlatshwayo2684
    @mandlaenkosihlatshwayo2684 8 місяців тому

    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

  • @mahmoudkhater157
    @mahmoudkhater157 10 місяців тому

    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

  • @marjuneabregana3544
    @marjuneabregana3544 Рік тому

    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

  • @aparnak1212
    @aparnak1212 5 місяців тому

    Thanks a million !

  • @10Totti
    @10Totti Рік тому

    Thanks!
    Tutorial for new Blazor ?

  • @BDTopEducation
    @BDTopEducation Рік тому

    Please create a post method also

  • @nnasim5089
    @nnasim5089 Рік тому +1

    Thankyou for the video

  • @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.

  • @rajesharekallu3052
    @rajesharekallu3052 5 місяців тому

    sir plz can share radio button and check boxes

  • @Aman-x5g
    @Aman-x5g 5 місяців тому

    Great

  • @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

  • @KemTech1
    @KemTech1 Рік тому

    How can I do this for Razor Pages?

  • @oldcrackful
    @oldcrackful 11 місяців тому

    Great !! Thanks a lot

  • @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

  • @krishramakrishna9567
    @krishramakrishna9567 5 місяців тому

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

  • @emmanuelmulwa1620
    @emmanuelmulwa1620 4 місяці тому

    could we get the github link please?
    🙂

  • @mcartagenova
    @mcartagenova Рік тому

    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 Рік тому

      NeverMind... MY MISTAKE

    • @followerofchrist1984
      @followerofchrist1984 10 місяців тому

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

  • @followerofchrist1984
    @followerofchrist1984 10 місяців тому

    I get undefined on the second dropdown

  • @technoinfoys1435
    @technoinfoys1435 Рік тому

    issue in creating product