473,396 Members | 1,898 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

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\System32\shdoclc.dll/http_500.htm#http://gisserver/verslag/Trans_Edit3...Id=141&TId=264

Anyone have any suggestions.
Thanx

Jul 20 '06 #1
5 4285

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\System32\shdoclc.dll/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

Jul 20 '06 #2
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\System32\shdoclc.dll/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
Jul 21 '06 #3

"amatuer" <nj*****@gmail.comwrote in message
news:11**********************@b28g2000cwb.googlegr oups.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\System32\shdoclc.dll/http_500.htm#http://gisserver/verslag/
Trans_Edit3.asp?klient=54&adviseur=4&ActId=141&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.
Jul 21 '06 #4
Thanx alot Anthony. Helped alot.

Anthony Jones wrote:
"amatuer" <nj*****@gmail.comwrote in message
news:11**********************@b28g2000cwb.googlegr oups.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\System32\shdoclc.dll/http_500.htm#http://gisserver/verslag/
Trans_Edit3.asp?klient=54&adviseur=4&ActId=141&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.
Jul 21 '06 #5
How can i bind a gridviews'datasource 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.
Jul 26 '06 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: Paul | last post by:
I thought this is more of an IE issue but i've had no joy on that group perhaps somebody here will have a clue. If i click a link to a web page embedded in Excel (97 OR 2000) i get the standard...
9
by: Nick | last post by:
the customError feature is not working. I have it setup as the help says in my web.config file. <customErrors defaultRedirect="DsAppError.aspx" mode="RemoteOnly"/> I tried in a couple...
6
by: John Lau | last post by:
Hi, I am looking at the MS KB Article 306355: HOW TO: Create Custom Error Reporting Pages in ASP.NET by Using Visual C# .NET This article describes how to redirect errors to a custom html...
25
by: moondaddy | last post by:
I have an application where users need to upload images and in my web.config file I have a setting like this: <httpRuntime maxRequestLength="512" /> Which restricts image larger than 500k from...
6
by: ST | last post by:
Hi, I keep getting the parser error, and I have no idea why. I've tried a number of things including: 1)building/rebuilding about 100x 2)making sure all dll's are in the bin folder in the root...
6
by: dee | last post by:
Hi In web.config I have to the following: <configuration> <system.web> <customErrors defaultRedirect="error.htm" mode="On" /> </system.web> </configuration>
2
by: tshad | last post by:
This has been driving me crazy. I have been trying to get the error handling working on my system and can get parts of it working and others won't work at all. I found that you can't access...
7
by: DC | last post by:
Hi, there is a 500;13 page one can configure in the website properties, but ..Net Framework 1.1 also delivers the "server too busy" message sometimes and the IIS custom error page does not seem...
25
by: Blasting Cap | last post by:
I keep getting errors that pop up when I am trying to convert an application from dotnet framework 1.1 to framework 2.0. The old project was saved in sourcesafe from Visual Studio 2003, and I have...
1
by: sean_walsh | last post by:
Hi From classic ASP, I had a custom error handling situation that was quite simple. Errors were all redirected to Error.asp. This page would check 2 settings, EmailErrorMessage and...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.