If you place 2 web form buttons on a page in VisualStudio.net, the rendered HTML has 2 submit buttons on the form. There is nothing client side that communicates which button was pressed. Apparently the information is communicated to the server automatically in the http post. Presumably this would be the case for ASP or any other server. I guess I've never looked at multiple Submit buttons before. Does anyone know how this works?
Thanks,
Ross