|
| Total Answers and Comments: 5 |
Last Update: November 30, 2009 Asked by: kbs.shohaib |
|
| | |
|
Submitted by: Saravan987 If you want to add the controls on the grid, you can use item template.
Example:
<asp:TemplateField> <ItemTemplate> <asp:CheckBox ID="Chk" runat="server" /> </ItemTemplate> </asp:TemplateField>
Above answer was rated as good by the following members: vaishalibharat | Go To Top
|