0
votes
2answers
4k views
C# Dynamically created LinkButton Command Event Handler
So I have a weird situation here... I have an System.Web.UI.WebControls.WebParts.EditorPart class. It renders a "Search" button, when you click this button, it's clickHandler method does a DB searc …
