Go Back   Velocity Reviews > Newsgroups > ASP Net
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

ASP Net - Change the Text of ButtonColumn in a DataGrid

 
Thread Tools Search this Thread
Old 01-23-2006, 07:46 AM   #1
Default Change the Text of ButtonColumn in a DataGrid


Hi there,

I would like to change the text of the ButtonColumn after datagrid binding,
depending on the value of a certain field. (eg. Text="Details" for case 1,
Text="others' for case 2)

Is it possible to do so?

<asp:datagrid id="dgList" runat="server" Width="890" BorderStyle="None"
GridLines="Both" BorderWidth="1px" ...
<asp:ButtonColumn Text="Details" CommandName="Select"
ItemStyle-VerticalAlign="Top" ItemStyle-Width="40"></asp:ButtonColumn>




Thanks.



=?Utf-8?B?QmVu?=
  Reply With Quote
Old 01-24-2006, 12:42 PM   #2
Christopher Reed
 
Posts: n/a
Default Re: Change the Text of ButtonColumn in a DataGrid
Create a DataBound event and make your changes there.
--
Christopher A. Reed
"The oxen are slow, but the earth is patient."

"Ben" <> wrote in message
news:40A98E86-BFC1-4459-B08B-...
> Hi there,
>
> I would like to change the text of the ButtonColumn after datagrid
> binding,
> depending on the value of a certain field. (eg. Text="Details" for case
> 1,
> Text="others' for case 2)
>
> Is it possible to do so?
>
> <asp:datagrid id="dgList" runat="server" Width="890" BorderStyle="None"
> GridLines="Both" BorderWidth="1px" ...
> <asp:ButtonColumn Text="Details" CommandName="Select"
> ItemStyle-VerticalAlign="Top" ItemStyle-Width="40"></asp:ButtonColumn>
>
>
>
>
> Thanks.
>





Christopher Reed
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
How To Display And Edit Multiline In Datagrid Controls With Databinding.. har29oct General Help Related Topics 0 03-28-2009 02:41 PM
Loading 24,000 rows into C# .net Datagrid Kagu Software 0 03-10-2009 06:51 PM
validating textbox inside datagrid susan_1516 Software 0 11-09-2008 01:29 PM
Why We Resist Change @ The TechZone Silverstrand Front Page News 0 09-07-2006 12:01 PM
SONY DVD RW DW-G120A SOMETIMES FAILS...... atlantic965 DVD Video 0 06-18-2006 10:36 PM




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

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