hyperlink column text. Where is it??

Ask a Question related to ASP.NET Data Grid Control, Design and Development.

  1. #1

    Default hyperlink column text. Where is it??

    Does anyone have any idea how to get the text out of a hyperlink column in a
    web datagrid?

    It's a hyperlink column, not a template column so findcontrol does not work
    and there is no apparent name to look for.

    myGridItem.cells(0).controls(0) shows no text properties or anything that
    points to or contains the text.

    It seems quite hidden.

    G


    GaryB Guest

  2. Similar Questions and Discussions

    1. Hyperlink template column and change link text based on Condition
      How do I create a Hyperlink column in a Datagrid which launches a pop-up window, and have the text in the hyperlink change based on a condition? I'm...
    2. Help with Hyperlink Column!
      Hi, all! I'm trying to build a hyperlink column who textField is one column in the query, but whose URL needs to dyunamically contain the data...
    3. Q: Get Text from Hyperlink Column
      Hi, I have a column in my DataGrid which is a Hyperlink Column. Everything work find except when I try to get the text of the column using...
    4. HyperLink Column
      Does anyone Know how to programmatically assign all the columns in a DataGrid with AutoGenerateColumns set to true as Hyperlink Columns? Thanks...
    5. Making datagrid hyperlink column displays Link or Text???
      I am creating a download page that will display a download link for each product that has not already been downloaded.. I know how to test for...
  3. #2

    Default RE: hyperlink column text. Where is it??

    Hi Gary,

    Thanks for your posting. Regarding on this issue, I've found your cross one
    in the
    microsoft.public.dotnet.framework.aspnet newsgroup. I've posted my reply
    there, I'd appreciate if you have a look there. Also, if you feel it
    convenient that we continue to discuss in that thread, please feel free to
    followp there. Thanks.


    Regards,

    Steven Cheng
    Microsoft Online Support

    Get Secure! [url]www.microsoft.com/security[/url]
    (This posting is provided "AS IS", with no warranties, and confers no
    rights.)

    Steven Cheng[MSFT] Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

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 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139