Switch to full style
ASP/ASP.net examples
Post a reply

create button in asp.net

Sat Mar 26, 2011 11:16 pm

create button in asp.net
Code:

<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>




Post a reply
  Related Posts  to : create button in asp.net
 create a web 2.0 button     -  
 create web button     -  
 Create Vista button     -  
 Create a Shiny Button     -  
 Create a Button for Dreamweaver     -  
 Create Enamel Button     -  
 Create a Glass button     -  
 Create Glossy Button     -  
 Create Like/Unlike button in JSP & Servleet     -  
 Convert link and button to custom button with good style     -  

Topic Tags

ASP Basics