Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Checkbox not displaying in DetailsView

Reply
Thread Tools

Checkbox not displaying in DetailsView

 
 
Peter
Guest
Posts: n/a
 
      06-27-2009

Hi

I have placed a CheckBox control inside my GridView as below but the checkbox is not displayed in the column. Anyone know why that
happens ?

<Columns>
<asp:TemplateField HeaderText="" ItemStyle-Width="20px">
<asp:ItemTemplate>
<asp:CheckBox ID="cbTest" runat="server" AutoPostBack="false" />
</asp:ItemTemplate>
</asp:TemplateField>
...
</Columns>


Thanks
Peter


 
Reply With Quote
 
 
 
 
Peter
Guest
Posts: n/a
 
      06-27-2009

Anyone know why the CheckBox won't appear at all in my GridView ?

Thanks
Peter

"Peter" <> wrote in message news:...
> Hi
>
> I have placed a CheckBox control inside my GridView as below but the checkbox is not displayed in the column. Anyone know why
> that happens ?
>
> <Columns>
> <asp:TemplateField HeaderText="" ItemStyle-Width="20px">
> <asp:ItemTemplate>
> <asp:CheckBox ID="cbTest" runat="server" AutoPostBack="false" />
> </asp:ItemTemplate>
> </asp:TemplateField>
> ..
> </Columns>
>
>
> Thanks
> Peter
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Bound dropdownlist inside DetailsView control not displaying ListItem added via Insert() donet programmer ASP .Net 0 10-25-2007 04:55 PM
Detailsview and Displaying Errors JJ ASP .Net 1 05-05-2007 12:04 PM
Missing Enable Editing checkbox in GridView and DetailsView K B ASP .Net 1 04-19-2006 06:54 PM
ASP.NET 2.0 DataView DetailsView ImageField displaying images from whyman ASP .Net Web Controls 4 03-23-2006 07:46 PM
DetailsView - Changing to Insert Mode (Not By Using the Insert Button In the DetailsView Control) Feege ASP .Net Web Controls 0 12-20-2005 12:28 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57