473,320 Members | 1,987 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,320 software developers and data experts.

Postback causes sever crash ASP.Net 1.1

I have a page with a "newly" added datagrid on it. When the page posts back
the browser closes, without exception. As far as I can tell the problem
occurs on the client side (server code seems to execute fine). This only
occurs on client machines, but not when running on local host.

I've deleted the page and rebuit it. All the data/values are "good".

Any suggestion would be highly welcome!

Apr 12 '06 #1
9 1215
How big is the viewstate ? Might be worth turning the viewstate off on some
of the controls if that is a problem

"Bytz" <no**@nowhere.com> wrote in message
news:Xn****************************@208.49.80.124. ..
I have a page with a "newly" added datagrid on it. When the page posts back
the browser closes, without exception. As far as I can tell the problem
occurs on the client side (server code seems to execute fine). This only
occurs on client machines, but not when running on local host.

I've deleted the page and rebuit it. All the data/values are "good".

Any suggestion would be highly welcome!

Apr 12 '06 #2
Basic troubleshooting. Create a new page, drop a single datagrid on it, no
binding. Test. Add binding. Test. etc

Jeff

"Bytz" <no**@nowhere.com> wrote in message
news:Xn****************************@208.49.80.124. ..
I have a page with a "newly" added datagrid on it. When the page posts back
the browser closes, without exception. As far as I can tell the problem
occurs on the client side (server code seems to execute fine). This only
occurs on client machines, but not when running on local host.

I've deleted the page and rebuit it. All the data/values are "good".

Any suggestion would be highly welcome!

Apr 13 '06 #3
Hmm, thanks but maybe I should've mentioned that I've rebuilt the page
from blank control by control, checking as after each control was
placed. I've also tried debugging on the server code as it was being
run from a client and it "appears" that all server code is complete
before the client Browser disappears

Also should note that the viewstate is not overly large (around 24k).

"Jeff Dillon" <je********@hotmail.com> wrote in
news:uj**************@TK2MSFTNGP02.phx.gbl:
Basic troubleshooting. Create a new page, drop a single datagrid on
it, no binding. Test. Add binding. Test. etc

Jeff

"Bytz" <no**@nowhere.com> wrote in message
news:Xn****************************@208.49.80.124. ..
I have a page with a "newly" added datagrid on it. When the page posts
back
the browser closes, without exception. As far as I can tell the
problem occurs on the client side (server code seems to execute
fine). This only occurs on client machines, but not when running on
local host.

I've deleted the page and rebuit it. All the data/values are "good".

Any suggestion would be highly welcome!


Apr 13 '06 #4
How many controls do you have on that page and what kind ? Is there anything
in the event log of the client machine that can suggest why IE (or any other
browser) crashed?
--
Swanand Mokashi
Microsoft Certified Solution Developer (.NET) - Early Achiever
Microsoft Certified Application Developer (.NET)

http://www.dotnetgenerics.com/
DotNetGenerics.com -- anything and everything about Microsoft .NET
technology ...

http://www.swanandmokashi.com/
http://www.swanandmokashi.com/HomePage/WebServices/
Home of the Stock Quotes, Quote of the day and Horoscope web services

"Bytz" <no**@nowhere.com> wrote in message
news:Xn****************************@208.49.80.60.. .
Hmm, thanks but maybe I should've mentioned that I've rebuilt the page
from blank control by control, checking as after each control was
placed. I've also tried debugging on the server code as it was being
run from a client and it "appears" that all server code is complete
before the client Browser disappears

Also should note that the viewstate is not overly large (around 24k).

"Jeff Dillon" <je********@hotmail.com> wrote in
news:uj**************@TK2MSFTNGP02.phx.gbl:
Basic troubleshooting. Create a new page, drop a single datagrid on
it, no binding. Test. Add binding. Test. etc

Jeff

"Bytz" <no**@nowhere.com> wrote in message
news:Xn****************************@208.49.80.124. ..
I have a page with a "newly" added datagrid on it. When the page posts
back
the browser closes, without exception. As far as I can tell the
problem occurs on the client side (server code seems to execute
fine). This only occurs on client machines, but not when running on
local host.

I've deleted the page and rebuit it. All the data/values are "good".

Any suggestion would be highly welcome!



Apr 13 '06 #5
Nothing in the event logs of either the client or server machines.
Controls: 1 datagrid, 5 textboxes, 1 checkbox listbox, some labels
and a user control containing a Obout Easymenu.

I suspect <<Now>> that theres a problem with the Obout easymenu, however
the user control containing it is used on several other pages (varing
number and types of controls on them) with no problems.

"Swanand Mokashi" <sw***********@swanandmokashi.com> wrote in
news:#j**************@TK2MSFTNGP05.phx.gbl:
How many controls do you have on that page and what kind ? Is there
anything in the event log of the client machine that can suggest why
IE (or any other browser) crashed?

Apr 13 '06 #6
So "when" does the page crash? After you create a blank page and put the
first control on it?

Jeff

"Bytz" <no**@nowhere.com> wrote in message
news:Xn****************************@208.49.80.60.. .
Hmm, thanks but maybe I should've mentioned that I've rebuilt the page
from blank control by control, checking as after each control was
placed. I've also tried debugging on the server code as it was being
run from a client and it "appears" that all server code is complete
before the client Browser disappears

Also should note that the viewstate is not overly large (around 24k).

"Jeff Dillon" <je********@hotmail.com> wrote in
news:uj**************@TK2MSFTNGP02.phx.gbl:
Basic troubleshooting. Create a new page, drop a single datagrid on
it, no binding. Test. Add binding. Test. etc

Jeff

"Bytz" <no**@nowhere.com> wrote in message
news:Xn****************************@208.49.80.124. ..
I have a page with a "newly" added datagrid on it. When the page posts
back
the browser closes, without exception. As far as I can tell the
problem occurs on the client side (server code seems to execute
fine). This only occurs on client machines, but not when running on
local host.

I've deleted the page and rebuit it. All the data/values are "good".

Any suggestion would be highly welcome!



Apr 13 '06 #7
Well, you would have found that out with the technique that I described.
"Bytz" <no**@nowhere.com> wrote in message
news:Xn****************************@208.49.80.60.. .
Nothing in the event logs of either the client or server machines.
Controls: 1 datagrid, 5 textboxes, 1 checkbox listbox, some labels
and a user control containing a Obout Easymenu.

I suspect <<Now>> that theres a problem with the Obout easymenu, however
the user control containing it is used on several other pages (varing
number and types of controls on them) with no problems.

"Swanand Mokashi" <sw***********@swanandmokashi.com> wrote in
news:#j**************@TK2MSFTNGP05.phx.gbl:
How many controls do you have on that page and what kind ? Is there
anything in the event log of the client machine that can suggest why
IE (or any other browser) crashed?


Apr 13 '06 #8
Strangely no. It only appears after adding the datagrid and remains
after removing the datagrid.

"Jeff Dillon" <je********@hotmail.com> wrote in news:OQ9$YpxXGHA.5012
@TK2MSFTNGP05.phx.gbl:
So "when" does the page crash? After you create a blank page and put the first control on it?

Jeff

"Bytz" <no**@nowhere.com> wrote in message
news:Xn****************************@208.49.80.60.. .
Hmm, thanks but maybe I should've mentioned that I've rebuilt the page from blank control by control, checking as after each control was
placed. I've also tried debugging on the server code as it was being
run from a client and it "appears" that all server code is complete
before the client Browser disappears

Also should note that the viewstate is not overly large (around 24k).

"Jeff Dillon" <je********@hotmail.com> wrote in
news:uj**************@TK2MSFTNGP02.phx.gbl:
Basic troubleshooting. Create a new page, drop a single datagrid on
it, no binding. Test. Add binding. Test. etc

Jeff

"Bytz" <no**@nowhere.com> wrote in message
news:Xn****************************@208.49.80.124. ..
I have a page with a "newly" added datagrid on it. When the page postsback
the browser closes, without exception. As far as I can tell the
problem occurs on the client side (server code seems to execute
fine). This only occurs on client machines, but not when running on local host.

I've deleted the page and rebuit it. All the data/values are "good".
Any suggestion would be highly welcome!



Apr 13 '06 #9
So a blank page, with only a datagrid on it, crashes?

Jeff

"Bytz" <no**@nowhere.com> wrote in message
news:Xn****************************@208.49.80.188. ..
Strangely no. It only appears after adding the datagrid and remains
after removing the datagrid.

"Jeff Dillon" <je********@hotmail.com> wrote in news:OQ9$YpxXGHA.5012
@TK2MSFTNGP05.phx.gbl:
So "when" does the page crash? After you create a blank page and put

the
first control on it?

Jeff

"Bytz" <no**@nowhere.com> wrote in message
news:Xn****************************@208.49.80.60.. .
Hmm, thanks but maybe I should've mentioned that I've rebuilt the page from blank control by control, checking as after each control was
placed. I've also tried debugging on the server code as it was being
run from a client and it "appears" that all server code is complete
before the client Browser disappears

Also should note that the viewstate is not overly large (around 24k).

"Jeff Dillon" <je********@hotmail.com> wrote in
news:uj**************@TK2MSFTNGP02.phx.gbl:

Basic troubleshooting. Create a new page, drop a single datagrid on
it, no binding. Test. Add binding. Test. etc

Jeff

"Bytz" <no**@nowhere.com> wrote in message
news:Xn****************************@208.49.80.124. ..
>I have a page with a "newly" added datagrid on it. When the page posts>back
> the browser closes, without exception. As far as I can tell the
> problem occurs on the client side (server code seems to execute
> fine). This only occurs on client machines, but not when running on> local host.
>
> I've deleted the page and rebuit it. All the data/values are "good".>
> Any suggestion would be highly welcome!
>




Apr 13 '06 #10

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

Similar topics

5
by: Matt | last post by:
I always see the term "postback" from ASP book, but I am not sure if I fully understand the meaning. Here's my understanding so far, please correct me if any mistakes. Here's a typical html...
8
by: Adam Louis | last post by:
I would like help resolving this problem. I'm a novice who's been hired to query a hospital database and extract useful information, available to me only in a dynamically generated, downloadable...
0
by: Xavier Osa | last post by:
Hi, I have an ASP.Net web page that you can download a file. As Fergunson's problem, it prompts twice dialog boxes only if I select Open button. If I select Save button, it prompts once. I'm...
2
by: John Scalco | last post by:
Hi, I have a form which contains an activex control (showing an image) and some other web server controls. If i pick one of the web server controls, for example, a button and click it, then a...
4
by: lilfos | last post by:
Hi there, I have an asp.net page with essentially a "don't forget to save" pop-up that is called when the user attempts to navigate away from the page. The user has the option to cancel and...
7
by: kaburke | last post by:
Is there a way to make a page at the receiving end of a Server.Transfer think that the request is a Postback? (When I say "think it is a Postback," I mean I want the page to go through the ENTIRE...
8
by: David | last post by:
I have a problem which I have worked around for some time. I would appreciate any comments on the following statements. When the enter key is pressed it causes a postback. After postback code has...
6
by: John Smith | last post by:
How can I find out which control performed PostBack? I have put this code inside my Page_Load event: Response.Write(Page.Request.Params.Get("__EVENTTARGET")) but it doesn't write to response...
5
by: Bjorn Sagbakken | last post by:
Hello I have just migrated from VS 2003 to VS 2005, and .NET framework 1.1 to 2.0 I am at the end of debugging and fixing stuff. Now there is one error I just cannot find a solution to: On...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

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.