I dynamically create a User Control from XML via XSLT. Output is a string with a contentlike this: <%@ Control Language=\"C#\" AutoEventWireup=\"true\" Inherits=\"Library.Web.UI.GeneratedFormBase,
I\'m using the ParseControl me开发者_开发问答thod in ASP.Net to render some mixed HTML and server control code which is coming from an external data source.
I\'m adding a control (linkbutton) dynamically using ParseControl and it\'s fine except when I specify an event handler.
Having some strange behavior here. I have some XSLT which generates some html with a few ASP.NET Link Button Controls