Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_professional thread: addding button controls dynamically to asp.net page


Message #1 by "Adib" <adibrahman@h...> on Fri, 12 Apr 2002 13:32:20
Hi
 I am addding button control dynamically to asp.net page web form.
But I dont know the syntax to add events to the button control.
eg
Dim dispButton as New Button
Also adding properties 
dispButton.Text="ErrorLabel"
But I want to know the syntax to add an button onclick event dynamically?
regards
Adib 

  Return to Index