Hi all, I want to populate DataList with my data, and then add a LinkButton to each of cell of this DataList. now once a LinkButton is clicked how can I know which button is clicked?<BR><BR>thanks and happy new year!You better use DataGrid. You can use the same linkbutton tag inside the <columns><BR>since you will bind the datakeyfield, it knows which row you<BR>clicked.<BR>HOpe that helps.