VS2005 ASP.NET 2.0

  • Thread starter Thread starter Amelyan
  • Start date Start date
A

Amelyan

My dynamically created controls (e.g. Button, RadioButton, etc.) stopped
firing event assigned to them in VS2005 (final release) ASP.NET 2.0. Is
anyone else having the same problem? I guess a better help would be for
someone to recommend a proper way of dynamically creating a control on the
page and having it fire event in ASP.NET 2.0.

Thanks,
 
Show us the code that you are using to create your controls and how you are assigning events to them.




--------------------------------------------------------------------------------
All that glitters has a high refractive index.
www.mendhak.com
"Amelyan" <bamelyan at wi.rr.com> wrote in message My dynamically created controls (e.g. Button, RadioButton, etc.) stopped
firing event assigned to them in VS2005 (final release) ASP.NET 2.0. Is
anyone else having the same problem? I guess a better help would be for
someone to recommend a proper way of dynamically creating a control on the
page and having it fire event in ASP.NET 2.0.

Thanks,
 
Back
Top