|
|
|
|
|
by nocubicles
2372 days ago
|
|
Server Side Blazor looks very interesting and I've been meaning to try it out. But do you have experience with it to answer the question OP had? I.e How does it work with Server Side Blazor: - Showing/hiding UI elements
- Possible values of one dropdown depending on the value selected in some other dropdown
- Copying billing address to shipping address
- Value of a radio button showing/hiding some form fields
- (I hope you get the point...)
|
|
The example on the main page increments a counter using the @onclick event of a button, the @ denotes a server event.
If you ever used webforms back in the day it has some similarities.