Re: asp.net page load twice problem
- From: "Yisheng" <yishengster@xxxxxxxxx>
- Date: 10 Jun 2005 12:30:24 -0700
Tony, I had this problem today and spent quite a few hours on it.
Finally I found out it was one of the <td> attributes that was causing
the problem. The "background" attribute was assigned a color code,
where it was probably expecting an image, a file, or something. Here
is the partial code:
<TD valign="bottom" align="left" background="#B6C8DE">
bgColor, not background, should be assigned a color code. But when you
cut and paste in a hurry in the Properties Window in the .net IDE,
sometimes that happens. Your page may not have the same problem as
mine, but it most likely involves an error condition, or a bad
reference.
Yisheng
Tony Dong wrote:
> Hi there
>
> I have one application use C# for asp.net, when I debug and write code
> inside the page_load, it is loading twice, also I put IsNotPostBack, it
> still load two times, any one have the same problem, and how to solve it?
>
> by the way, I am using asp.net 1.1 version.
>
> Thanks
>
> Tony
.
- Follow-Ups:
- Re: asp.net page load twice problem
- From: Ashish
- Re: asp.net page load twice problem
- References:
- asp.net page load twice problem
- From: Tony Dong
- asp.net page load twice problem
- Prev by Date: Re: Installing...NET
- Next by Date: Re: Installing...NET
- Previous by thread: asp.net page load twice problem
- Next by thread: Re: asp.net page load twice problem
- Index(es):
Relevant Pages
|