How to Add the the Linkbutton inside the DataGrid. currently i using the following code.
<asp:BoundColumn DataField="name" HeaderText="Name" HeaderStyle-HorizontalAlign="Left" ItemStyle-HorizontalAlign="Left">
<HeaderStyle CssClass="ItemTemplateColumnStyle GridBorderRight PL2"></HeaderStyle>
<ItemStyle CssClass="ItemTemplateColumnStyle GridBorderRight GridBorderTop GridBorderBottom PL2">
</ItemStyle></asp:BoundColumn>
N. MOHAMED ZACKKARIAH