Rendering ASP.NET control out to HTML string won't render selected event
Posted
by rod
on Stack Overflow
See other posts from Stack Overflow
or by rod
Published on 2010-03-18T19:22:52Z
Indexed on
2010/03/18
19:31 UTC
Read the original article
Hit count: 252
ASP.NET
I'm rendering a DropDownList in my Visual Studio 2005 ASP.NET code behind page out to an HtmlTextWriter, but when I try to add the SelectedIndexChanged event that doesn't get rendered.
Any ideas? Is this even possible?
© Stack Overflow or respective owner