My experiences in .NET
Thursday, September 6, 2007
Dynamically Bind Event Handlers at Run Time in ASP.NET
C#.NET :
Button1.Click +=
new
System.EventHandler(
this
.myEventHandler);
VB.NET :
AddHandler
Button1.Click,
AddressOf
myEventHandler
No comments:
Post a Comment
Lets keep comments section also purely technical
‹
›
Home
View web version
No comments:
Post a Comment
Lets keep comments section also purely technical