Interviewer And Interviewee Guide

ADO.NET 2.0 Interview Question:

How to add a check box or a dropdown list to a column in a datagrid?

Submitted by: Administrator
By using template column, as

<asp:TemplateColumn>

<asp:ItemTemplate>

<asp:CheckBox></asp:CheckBox>

<asp:DropDownList></asp:DropDownList>

</asp:ItemTemplate>

</asp:TemplateColumn>
Submitted by: Administrator

Read Online ADO.NET 2.0 Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.