Results 1 to 6 of 6

Thread: [RESOLVED] [2005] Asp:HyperLink + VBScript

  1. #1

    Thread Starter
    Learning .Net danasegarane's Avatar
    Join Date
    Aug 2004
    Location
    VBForums
    Posts
    5,853

    Resolved [RESOLVED] [2005] Asp:HyperLink + VBScript

    Hi all,
    I am trying to set the text property to the asp:hyperlink control using


    frmHourRegistration.hlProject.Text="Test"

    But I am gettting the error as "Method not supported"

    What I am doing wrong here ?

    Thanks in advance
    Dana

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: [2005] Asp:HyperLink + VBScript

    hlProject.Text = "Test"

  3. #3

    Thread Starter
    Learning .Net danasegarane's Avatar
    Join Date
    Aug 2004
    Location
    VBForums
    Posts
    5,853

    Re: [2005] Asp:HyperLink + VBScript

    This one worked well

    vb Code:
    1. document.getElementById("hlProject").innerText="Value"

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: [RESOLVED] [2005] Asp:HyperLink + VBScript

    You should mention if you wanted this done for the client side rather than server side.

  5. #5

    Thread Starter
    Learning .Net danasegarane's Avatar
    Join Date
    Aug 2004
    Location
    VBForums
    Posts
    5,853

    Re: [RESOLVED] [2005] Asp:HyperLink + VBScript

    Oh I am extremly Sorrry . Thanks for spending ur time ..How I will do in the next time

  6. #6
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: [RESOLVED] [2005] Asp:HyperLink + VBScript

    Don't worry, sometimes we all make assumptions and things seem obvious to us but not to others. Over time you'll figure out yourself what information to include in your questions because you're smart like that.

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