Callback C# actions from Javascript code via HTML select
I know it is possible to trigger C# actions using Hyperlinq's but I'd like to make e.g. a HTML select element and have different options trigger different actions in C#. Is this possible? I've developed a developer tools user interface in LINQPad and want to introduce more flexible HTML controls.