[Mono-dev] test/html/button.aspx failes with xsp 1.1.9

Jens Peters jpeters7677 at gmx.de
Wed Sep 21 17:48:38 EDT 2005


Chris Toshok wrote:
> Could you post the complete imagebutton sample?  my image button test
> work fine.
> 

Of course, from the samples (web_imagebutton.aspx):


<%@ Page Language="C#" %>
<html>
<head>
<script runat="server">
	void Clicked (object o, ImageClickEventArgs e)
	{
		Console.WriteLine("Click");
	}
</script>
<title>ImageButton</title>
</head>
<body>
<form runat="server">
<asp:ImageButton id="imgButton" AlternateText="Image button"
OnClick="Clicked" 
ImageUrl="http://www.mono-project.com/files/0/08/Mono-powered.png"
ImageAlign="left" runat="server"/>
</form>
</body>
</html>

Regards (and thanks for looking into this)
Jens



More information about the Mono-devel-list mailing list