I have a button in a page and in the click of the button i dynamically create a button and attach a event but the event is not firing ?
here is the code
public delegate void IamClicked();
public event IamClicked ClickMe;
protected void Page_Load(object sender, EventArgs e) Go to the complete details ...