handling events in template columns created dyanmically

G

Guest

i have a template column for datagrid created dynamically in which i have a
image button

i am able to display the images for the imagebuttons from datatable but not
able to generate the image button click event .


1)mygrid.ItemCommand += new DataGridCommandEventHandler(my_fucntion);

2)img.CommandName = "iclick";

3)public void my_function(object sender, DataGridCommandEventArgs e)
{
if(e.commandname = "iclick"
{
......................
................
}
}
but
when i click on the imagebutton i cannot reach to step 3



thanks
red
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,774
Messages
2,569,596
Members
45,143
Latest member
DewittMill
Top