Kind of interesting that we can now code like it was 1995 all over again! Just a lot faster, smarter and without the flicker!!! I was trying to figure out how to get dropdowns (and listboxes) to be responsive using pure static side rendering your code example and explanations were very helpful. Thanks!
Great stuff. But just double checking one question, the @code section in blazor runs on the server right? So it's secure to handle sensitive data here.
I have a suggestion. Could you please increase the volume of your audio? The video quality is fine, but the audio is quite low and I’m having difficulty hearing it. Thank you.
Kind of interesting that we can now code like it was 1995 all over again! Just a lot faster, smarter and without the flicker!!! I was trying to figure out how to get dropdowns (and listboxes) to be responsive using pure static side rendering your code example and explanations were very helpful. Thanks!
Well explained, Thanks. Tom
Nice video! But there is a simpler way to provide the options for the select list:
@foreach (Option o in pizzasizes)
{
@o.Display
}
Nice that’s definately a better way to do to it - thanks!
Thanks. How about a dropdown with checkboxes like Excel filters?
Great stuff. But just double checking one question, the @code section in blazor runs on the server right? So it's secure to handle sensitive data here.
Happy 1k! 🎉🥳
I have a suggestion. Could you please increase the volume of your audio? The video quality is fine, but the audio is quite low and I’m having difficulty hearing it. Thank you.
How to add a second button with a slightly different function?
Good explanation but I am getting an error when I run your code: Error RZ9985 Multiple components use the tag 'InputText'
Any Ideas?
Thank you
Good work. Can you please create a video for custom authentication with cookie/local storage/session storage & without identity
Now I'm wondering if most non-wizard coders are all secretly thinking about opening a 🍕 shop😂