SQL Server Stored procedures

Hi

Posting a lot of questions Make next questions is if there are any nice tutorials describing using stored procedures instead of tables i radzen blazor forms.

I would like to load on combobox with events, then the user selects and event and i will load a other combobox with races. The user picks a race and then add participants.

Stored procedures are exposed as methods of the same service with the CRUD operations for tables. You can use them as any other method. Check also this demo for cascading DropDowns:

Hi, the demo is with c# code, can't I do it in Radzen Blazor UI, "drag and drop"