error page

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • amatuer

    error page

    hi i have a link from page1 to page2. this link uses a querystring to
    transfer data. usually i have no problems using querystring t transfer
    data. bt for the first time page2 does not display.an eror page
    displays. i had a look at the properties of the error page to see if
    the url is correct and i noticed somthng iv never seen before.this is
    it:
    res://C:\WINDOWS\Syst em32\shdoclc.dl l/http_500.htm#http://gisserver/verslag/Trans_Edit3...Id=141&TId=264

    Anyone have any suggestions.
    Thanx

  • Mike Brind

    #2
    Re: error page


    amatuer wrote:
    hi i have a link from page1 to page2. this link uses a querystring to
    transfer data. usually i have no problems using querystring t transfer
    data. bt for the first time page2 does not display.an eror page
    displays. i had a look at the properties of the error page to see if
    the url is correct and i noticed somthng iv never seen before.this is
    it:
    res://C:\WINDOWS\Syst em32\shdoclc.dl l/http_500.htm#http://gisserver/verslag/Trans_Edit3...Id=141&TId=264
    >
    Anyone have any suggestions.
    Thanx
    What is the error, and which line of code causes it?

    --
    Mike Brind

    Comment

    • amatuer

      #3
      Re: error page

      It does not say which line gives the error. So i don't have a clue what
      the problem is.
      Do you have any ideas Mike?

      Mike Brind wrote:
      amatuer wrote:
      hi i have a link from page1 to page2. this link uses a querystring to
      transfer data. usually i have no problems using querystring t transfer
      data. bt for the first time page2 does not display.an eror page
      displays. i had a look at the properties of the error page to see if
      the url is correct and i noticed somthng iv never seen before.this is
      it:
      res://C:\WINDOWS\Syst em32\shdoclc.dl l/http_500.htm#http://gisserver/verslag/Trans_Edit3...Id=141&TId=264

      Anyone have any suggestions.
      Thanx
      >
      What is the error, and which line of code causes it?
      >
      --
      Mike Brind

      Comment

      • Anthony Jones

        #4
        Re: error page


        "amatuer" <njoosub@gmail. comwrote in message
        news:1153400580 .626712.160120@ b28g2000cwb.goo glegroups.com.. .
        hi i have a link from page1 to page2. this link uses a querystring to
        transfer data. usually i have no problems using querystring t transfer
        data. bt for the first time page2 does not display.an eror page
        displays. i had a look at the properties of the error page to see if
        the url is correct and i noticed somthng iv never seen before.this is
        it:
        >
        res://C:\WINDOWS\Syst em32\shdoclc.dl l/http_500.htm#http://gisserver/verslag/
        Trans_Edit3.asp ?klient=54&advi seur=4&ActId=14 1&TId=264
        >
        Anyone have any suggestions.
        Thanx
        >
        Turn off 'Show Friendly Errors' in the Advanced Options of IE.

        IE will now show you the error HTML sent by the Server and that should tell
        you what the error is and where in the page it occurred.

        Anthony.


        Comment

        • amatuer

          #5
          Re: error page

          Thanx alot Anthony. Helped alot.

          Anthony Jones wrote:
          "amatuer" <njoosub@gmail. comwrote in message
          news:1153400580 .626712.160120@ b28g2000cwb.goo glegroups.com.. .
          hi i have a link from page1 to page2. this link uses a querystring to
          transfer data. usually i have no problems using querystring t transfer
          data. bt for the first time page2 does not display.an eror page
          displays. i had a look at the properties of the error page to see if
          the url is correct and i noticed somthng iv never seen before.this is
          it:
          res://C:\WINDOWS\Syst em32\shdoclc.dl l/http_500.htm#http://gisserver/verslag/
          Trans_Edit3.asp ?klient=54&advi seur=4&ActId=14 1&TId=264

          Anyone have any suggestions.
          Thanx
          >
          Turn off 'Show Friendly Errors' in the Advanced Options of IE.
          >
          IE will now show you the error HTML sent by the Server and that should tell
          you what the error is and where in the page it occurred.
          >
          Anthony.

          Comment

          • Bjørn Tveter

            #6
            Bind a datasource &quot;parame ter source&quot; to a custom made property

            How can i bind a gridviews'datas ource parameter (source) which is inside
            a usercontrol. To a custom property of the usercontrol.

            Example:
            the usercontrol cardDetail.ascx has a property companyNr.
            And i want to bind one of the select parameters to a gridview
            (datasource) inside this usercontrol to the companyNr - parameter.

            Comment

            Working...