-----------------------------------------------------------

New Message on BDOTNET

-----------------------------------------------------------
From: Shekhar
Message 1 in Discussion

<LABEL id=HbSession 
SessionId="4079336988"></LABEL>
Hi friends,
 
    I have 
problem in Datagrid populating,  I have dataset populated from database and 
i am binding that to the datagrid, now in second coloumn i want to insert 
checkbox for selected row, I have added following code under my aspx 
datagrid tag, it's creating new column with check boxes, please guide me on how 
to add check box to the existing datagrid column...where as SELECTBOOL is one of 
my existing datagrid column.
<COLUMNS> <Columns 
>
 <asp:TemplateColumn 
>
  <ItemTemplate>
   <asp:CheckBox 
id="chkSelect" text='<%# DataBinder.Eval(Container.DataItem, 
"SELECTBOOL")%>' Onclick="HighlightRow(this)" runat="server" 
OnCheckedChanged="Grddetails_CheckedChanged" 
AutoPostBack="false"></asp:CheckBox>
  </ItemTemplate>
 </asp:TemplateColumn>
</Columns><asp:TemplateColumn><ITEMTEMPLATE><asp:CheckBox 
id=chkSelect onclick=HighlightRow(this) 
text='<%# DataBinder.Eval(Container.DataItem, "SELECTBOOL")%>' runat="server" 
OnCheckedChanged="Grddetails_CheckedChanged" 
AutoPostBack="false"></asp:CheckBox></ITEMTEMPLATE></asp:TemplateColumn></COLUMNS>
 
Thanks & 
Regards
Shekhar



-----------------------------------------------------------

To stop getting this e-mail, or change how often it arrives, go to your E-mail 
Settings.
http://groups.msn.com/BDotNet/_emailsettings.msnw

Need help? If you've forgotten your password, please go to Passport Member Services.
http://groups.msn.com/_passportredir.msnw?ppmprop=help

For other questions or feedback, go to our Contact Us page.
http://groups.msn.com/contact

If you do not want to receive future e-mail from this MSN group, or if you received 
this message by mistake, please click the "Remove" link below. On the pre-addressed 
e-mail message that opens, simply click "Send". Your e-mail address will be deleted 
from this group's mailing list.
mailto:[EMAIL PROTECTED]

Reply via email to