Alok Uniyal

Alok Uniyal

  • 1.3k
  • 394
  • 22.6k

Event Handler for dynamic created control

Apr 19 2012 8:28 AM
Hello all,
I dynamically generate asp:table in  selectedindex change event of ExamType dropdown.
At last column in row of table i add a submit button. I add event handler in that button like- 
  btnSave.Click += new EventHandler(this.btnSaveClick);

But it is not working .Plz give any suggestion. I m attaching a snapshot of this prob.

Answers (5)