Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > HyperLinkColumn

Reply
Thread Tools

HyperLinkColumn

 
 
Franck Diastein
Guest
Posts: n/a
 
      06-20-2005
Hi,

I create from my CS code an HyperLinkColumn, and add it to a DataGrid
before binding data...

Then, I need to use text from that Column in ItemDataBound...

I do this:

e.Item.Cells[2].Text = e.Item.Cells[0].Text + "MyStuff";

the problem is that my Cell 2 only shows MyStuff instead of cell's 0
text AND MyStuff...

I think the problem cames from the fact that I create 'source' cell by
code, but I can't do it another way...

Any idea ?

TIA
 
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
asp:HyperLinkColumn question Maziar Aflatoun ASP .Net 2 11-24-2003 08:22 PM
Adding Multiple values to DataGrid HyperLinkColumn dynamically vtreddy ASP .Net 0 11-06-2003 04:10 PM
Need some help with HyperLinkColumn! Morten ASP .Net 3 11-03-2003 01:06 PM
Override Link Style for Hyperlinkcolumn class SStory ASP .Net 3 10-30-2003 05:15 PM
send more than 1 parametr from hyperLinkColumn? Dmitri Manushin ASP .Net 1 08-13-2003 12:42 PM



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