Home ASP.NET Hosting Dedicated Servers Contact Us
Announcements
Virtual Tiers
.NET Applications
XML Web Services
SQL Server Database
Web Traffic Statistics
Much More...
ASP.NET Web Site Hosting
Dedicated Servers
Windows 2003 Server
2.4 GHz Pentium 4
1024 MB RAM
80 GB Hard Drive
1000 GB/month
Fully Managed
Free Setup!
$268.00/month
Windows Dedicated Servers
Specialized Plans
10 or more Domains
Windows Services
Custom Plans
Windows Services
Learning & Support
About Us



ASP.NET Event Handler Delegates



Learn More about Server Intellect



ASP.NET Language Guide

C#

void MyButton_Click(Object sender,
EventArgs E) {
...
}

VB.NET

Sub MyButton_Click(Sender As Object,
E As EventArgs)
...
End Sub

JScript.NET

function MyButton_Click(sender : Object,
E : EventArgs) {
...
}