Wrox Programmer Forums
|
Visual Web Developer 2005 Discuss creating ASP.NET 2.0 sites with Microsoft's Visual Web Developer 2005. If your question is more specific to a piece of code than the Visual tool, see the ASP.NEt 2.0 forums instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Visual Web Developer 2005 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 18th, 2010, 06:16 AM
Authorized User
Points: 410, Level: 7
Points: 410, Level: 7 Points: 410, Level: 7 Points: 410, Level: 7
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Oct 2009
Posts: 72
Thanks: 17
Thanked 0 Times in 0 Posts
Question Yes/No in GridView

Hi,

I have a column YES/NO in Access Database.

This is being edited in Gridview, So It shows me a CheckBox in GridView.

Following is code :-

<Columns>
<asp:CommandField ShowEditButton="True" />
<asp:CheckBoxField DataField="ShortListed" SortExpression="ShortListed" />
<asp:TemplateField>
<ItemTemplate>
<asp:Label ID="Label5" runat="server" Text='<%# Eval("ShortListed", "{0}") %>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
</Columns>


I wanted to Display YES Or NO text in side of Checkbox, so i also inserted a "Label5", But this label shows the value TRUE or FALSE.

How to show YES / NO?

Thank You....!!





Similar Threads
Thread Thread Starter Forum Replies Last Post
Copy One Row from Gridview to Gridview lvprasad2007 ASP.NET 2.0 Professional 0 July 28th, 2009 08:29 AM
Need your help about GridView khb3283 ASP.NET 2.0 Basics 1 November 9th, 2008 11:48 AM
Get GridView Cell Value Based on GridView Column stublair C# 2008 aka C# 3.0 0 September 4th, 2008 08:30 AM
Gridview 2.0 holaman ASP.NET 2.0 Basics 2 November 7th, 2007 03:02 AM
gridview thas123 ASP.NET 2.0 Basics 2 December 26th, 2006 09:00 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.