❔ ASP.NET access select element's object choice
How do I access the object that's been selected by the selected option element? I am new to ASP.NET so trying to understand the best way to do this.
4 Replies
unless your using blazor, you don't.
So what's my best case scenario to solve this ?
Surely there's a way to do this in razor no?
I guess I have to write some javascript
No because it's server side rendered, once the page loads you need js to do that.
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.