Results 1 to 2 of 2

Thread: linkable table cell in web table control

Threaded View

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jun 2004
    Posts
    169

    linkable table cell in web table control

    Basically, I have a linkable table cell in web table control, the frustrated part is the linkable url contains apostrophe in person's name, so it makes that really hard to work correctly.

    say, if the correct url PAGE will be D'Inocenzi,Mike.htm

    how to make the code below work right?
    .Cells(2).Text = "<a href='..//photos/D'Inocenzi,Mike.htm'>" & dr("name")& "</a>"
    ......

    thanks
    Last edited by redshirtme; Mar 1st, 2005 at 04:58 PM.

Posting Permissions

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



Click Here to Expand Forum to Full Width