error in the hyperlink

Discussion in 'ASP.NET 2.0' started by qwerty, Jan 4, 2008.

  1. Hi,
    I'm trying to link this hyperlink to the page, which is one level above, so I mean the page that it is pointing is not in the current directory, so it can't find the page:

     
  2. HyperLink Properties:




    ID
    Gets or sets the programmatic identifier assigned to the server control.

    ImageUrl
    Gets or sets the path to an image to display for the HyperLink control.

    NavigateUrl
    Gets or sets the URL to link to when the HyperLink control is clicked.

    Target
    Gets or sets the target window or frame in which to display the Web page content linked to when the HyperLink control is clicked.



    Value
    Description

    _blank
    Renders the content in a new window without frames.

    _parent
    Renders the content in the immediate frameset parent.

    _search
    Renders the content in the search pane.

    _self
    Renders the content in the frame with focus.

    _top
    Renders the content in the full window without frames.

    framename
    Renders the content in a named frame in a frameset.

    Text
    Gets or sets the text caption for the HyperLink control.


    Rick has a post related to the way you want to use the Eval() expression:
    http://www.west-wind.com/WebLog/posts/5364.aspx
     

Share This Page