I want to created Dynamic Columns in a Grid where first column will be the checkbox and the second column be the Primary Key Id of a table. <BR><BR>Now what I want to do is to check weather checkbox is checked or not if it is then delete rows in the table, for corresponding Primary Key of this checkbox.<BR><BR>It will look something like<BR>Checked PK<BR>----------------------- <BR>[X] 20<BR>[ ] 3<BR>[X] 2<BR>[ ] 4<BR><BR>Delete<BR><BR>In above example row with PK =20 and PK=2 will be deleted<BR>Thanks in advance<BR>Nadeem