Blazor Form Creation: Effortless User Interaction for Web Apps

Поделиться
HTML-код
  • Опубликовано: 31 дек 2024

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

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

    Excellent Video - This is one of the first ones I have watched on Blazor that really dummy downed the FORM element and steps towards required fields and OnSubmit versus OnValidSubmit Thank you so much for this video!

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

    Great Video! One more subscriber! You make it simple with crystal clear explanations! Thank You!

  • @leviathanGT350
    @leviathanGT350 5 месяцев назад

    Hi Nick. Very clear explanations. Thank you!!

  • @TheLastEmperorXiXinPig
    @TheLastEmperorXiXinPig 6 месяцев назад

    excellent Nick!

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

    Great content, thanks!

  • @mesutdemirci7933
    @mesutdemirci7933 Год назад +2

    I subscribed..Thank you for the useful video.

  • @matejbrunclik4287
    @matejbrunclik4287 11 месяцев назад +2

    Thank you for this great video. However I am encountering 2 problems:
    First problem I could resolve: After hitting Submit button, I would get an error: "The POST request does not specify which form is being submitted. To fix this, ensure elements have a @formname attribute with any unique value, or pass a FormName parameter if using ." I added FormName="InputForm" into EditForm tag.
    Second problem I can not resolve even after Googling: When HandleFormSubmission method is triggered, I have no data in "context" variable. It shows nulls and zeroes. Could you please help?

    • @solutionsgroupunlimitedllc3734
      @solutionsgroupunlimitedllc3734 8 месяцев назад +2

      Same here..... Any luck in finding a solution???

    • @DashCam-Ravi
      @DashCam-Ravi 8 месяцев назад

      @@solutionsgroupunlimitedllc3734 Add these two lines at the top of your blazor page:
      @using Microsoft.AspNetCore.Components.Web
      @rendermode RenderMode.InteractiveServer

    • @joeyrichard8923
      @joeyrichard8923 6 месяцев назад

      @@solutionsgroupunlimitedllc3734 I got stuck on this for a while as well. Adding "@rendermode InteractiveServer" to the top of the page fixed it for me.

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

    Thanks for this. Off topic but which component suite do you use? Any experience of Infragistics IgniteUI?

  • @jm-um4st
    @jm-um4st Год назад

    do you really need to @ symbol before the model in the text fields? i've seen it both ways and it does not bind for me.

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

      its not needed. the issue is else where

  • @RockoShaw
    @RockoShaw 8 месяцев назад

    great video, a bit outdated though