473,768 Members | 5,794 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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

Jul 20 '06 #1
5 4313

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

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\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
Jul 21 '06 #3

"amatuer" <nj*****@gmail. comwrote in message
news:11******** **************@ 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.
Jul 21 '06 #4
Thanx alot Anthony. Helped alot.

Anthony Jones wrote:
"amatuer" <nj*****@gmail. comwrote in message
news:11******** **************@ 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.
Jul 21 '06 #5
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.
Jul 26 '06 #6

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

Similar topics

7
3061
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 error page displayed by IE (you know, the 'cannot find server or dns error' page). Turning off 'show friendly http error messages' alleviates this. (Unfortunately this is the Windows default setting!) Whats going on?!?!
9
13903
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 different parts of my site to throw a dummy exception and I always get to the page that says change my web.config to the statement above.
6
3563
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 error page. All six steps in the article work just fine. Then at the end of the article, there is a little comment about redirecting errors to an aspx page (instead of an html page):
25
17216
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 being uploaded. I'm also using the HtmlInputFile control to do the uploading. My problem is that when the user's file size exceeds 512k, the page immediately redirects to the "The page cannot be displayed" error page which is very confusing. ...
6
3887
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 of the web app 3)restarting IIS 4)recreating the virtual dir in IIS 5)playing with any and all settings I could find for the web app in IIS, including changing permissions 6)recopying the machineconfig file from my asp v1.4... onto my local server
6
2312
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
2145
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 session variables from Application_Error event, but I need to so I don't need to set up traces to see what they are during an error. I am emailing the error condition to myself when it happens.
7
5077
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 to catch that. How would I customize the error page then? Regards DC
25
4391
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 opened it in Visual Studio 2005. I've cleared up most errors, but have one that beats the heck out of me. I have a page: sales/Item.aspx that has several datagrids in it.
1
1774
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 DisplayErrorMessage. If EmailErrorMessage was true, it would send an email with the error details. If DisplayErrorMessage was true, it would display the message on screen. Also, if an Administrator was logged in, it would display the message as they could...
0
9407
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10171
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10015
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9960
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9842
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6656
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5425
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3931
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2808
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.