Web Wiz - Green Windows Web Hosting

  New Posts New Posts RSS Feed - Checkbox problem
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Checkbox problem

 Post Reply Post Reply
Author
sabrin514 View Drop Down
Newbie
Newbie


Joined: 19 December 2003
Status: Offline
Points: 26
Post Options Post Options   Thanks (0) Thanks(0)   Quote sabrin514 Quote  Post ReplyReply Direct Link To This Post Topic: Checkbox problem
    Posted: 04 February 2004 at 12:10pm

I have a  datagrid with an HTML checkbox in a template column.  I am having problems extracting the values of the checked items. I have tried using javascript, but I keep getting errors informing me that this checkbox is null or not an object.

Can anyone help? Thanks.

Here is a snippet of code.

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

   <asp:datagrid id="dgExistingList" runat="server" DataKeyField="PROJECT_NUMBER" AllowSorting="True" AutoGenerateColumns="False" Width="730px">
              <AlternatingItemStyle Font-Size="12px" Font-Names="Arial" BackColor="#E2F6F1"></AlternatingItemStyle>
              <ItemStyle Font-Size="12px" Font-Names="Arial"></ItemStyle>
              <HeaderStyle Font-Size="12px" Font-Names="Arial" Font-Bold="True" BackColor="#DDDDDD"></HeaderStyle>
              <Columns>
               <asp:TemplateColumn Visible="False">
                 <HeaderStyle Width="10px"></HeaderStyle>
                <HeaderTemplate>
                 &nbsp;
                </HeaderTemplate>
                <ItemTemplate>
                 <INPUT type="checkbox" id="chkProjectNumbers" runat="server" name="chkProjectNumbers" value='<%# DataBinder.Eval(Container, "DataItem.PROJECT_NUMBER") %>'>
                 </asp:HyperLink>
                </ItemTemplate>

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

 

 

 

Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.08
Copyright ©2001-2026 Web Wiz Ltd.


Become a Fan on Facebook Follow us on X Connect with us on LinkedIn Web Wiz Blogs
About Web Wiz | Contact Web Wiz | Terms & Conditions | Cookies | Privacy Notice

Web Wiz is the trading name of Web Wiz Ltd. Company registration No. 05977755. Registered in England and Wales.
Registered office: Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, UK.

Prices exclude VAT at 20% unless otherwise stated. VAT No. GB988999105 - $, € prices shown as a guideline only.

Copyright ©2001-2026 Web Wiz Ltd. All rights reserved.