I have referred Error with the event handlers of dynamic linkbutton . It says to add event handlers in Page_Init
or Page_Load
. I tired following code.
Add javascript onClick
attribute to the dymanic control and set hidden field values which is required for the control event. Onclick
of the dymanic grid, the will postback
and will get the hidden field value. In page load call a method to do the job if the hidden field has value and make it null
after doing the job.