Sat Mar 26, 2011 11:16 pm
<script runat="server">
Sub onclickFun(Source As Object, e As EventArgs)
firstButton.InnerHtml="Event :Button Clicked"
End Sub
</script>
<html>
<body>
<form runat="server">
<button id="button1" OnServerClick="onclickFun" runat="server">
First Button
</button>
<p id="firstButton" runat="server" />
</form>
</body>
</html>
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.