It will(should?) start the default browser, with that image as a parameter.
But it would do it on the server.
What URL on MSDN shows this as an example for ASP.NET ?
Doing it client-side, put this in Page_Load:
RadioButton1.Attributes["onclick"] =
"javascript:window.open('/allNetRes/photos/rowboat.jpg')";