%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /proc/985914/root/data/old/usr/lib/xsp/test/1.1/webcontrols/
Upload File :
Create Path :
Current File : //proc/985914/root/data/old/usr/lib/xsp/test/1.1/webcontrols/web_imagebutton.aspx

<%@ Page Language="C#" %>
<%@ Register TagPrefix="mono" TagName="MonoSamplesHeader" src="~/controls/MonoSamplesHeader.ascx" %>
<html>
<head>
<link rel="stylesheet" type="text/css" href="/mono-xsp.css">
<script runat="server">
	void Clicked (object o, ImageClickEventArgs e)
	{
		// e.X -> x coordinate of the click
		// e.Y -> y coordinate of the click
	}
</script>
<title>ImageButton</title>
</head>
<body><mono:MonoSamplesHeader runat="server"/>
<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>


Zerion Mini Shell 1.0