473,325 Members | 2,671 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,325 software developers and data experts.

Page render

HI All,

Iam using Visual Studio 2005 VB.net to develop a web application. I am
having some issues with the page display. I have to actually move the mouse
to get the web page to display . If I dont move the mouse I dont see anything
displayed.
I am not sure why this is happening. At first I thought it might be because
of amount of data that gets stored in viewstate. I set the enabled viewstate
to false and still the page is not displaying without moving the mouse . I am
not able to find help online . I did read couple of forums where this issue
was mentioned.

Any ideas?

Thanks in advance
Dec 14 '06 #1
1 1173
You should look at using Ajax Pro for .NET (free) with plenty of examples on
the howto(s) out on Google or Dogpile.com for VB and C#, Javascript and HTML
controls.

The thing now in .Net Web developemnt is to move away from using ASP.Net
controls on the ASP.aspx -- no Postback. You use the Code Behind File that
executes functions, like data access, object manipulation, etc, which are
called by Ajax using Javascript.

HTML controls, Ajax Pro for .Net and Javascript are used with no controls on
the aspx. The aspx and the Code Behind File are only used for backend
processing.

Duane :)

"Ed" wrote:
HI All,

Iam using Visual Studio 2005 VB.net to develop a web application. I am
having some issues with the page display. I have to actually move the mouse
to get the web page to display . If I dont move the mouse I dont see anything
displayed.
I am not sure why this is happening. At first I thought it might be because
of amount of data that gets stored in viewstate. I set the enabled viewstate
to false and still the page is not displaying without moving the mouse . I am
not able to find help online . I did read couple of forums where this issue
was mentioned.

Any ideas?

Thanks in advance
Dec 17 '06 #2

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

Similar topics

1
by: Tomas | last post by:
Is there any sequence diagram on the web that clearly shows in which order all Page methods (load, render and so on) are being called compared to the order the page's contained control methods are...
2
by: John Boers | last post by:
I am trying to create a template for my website. But I have a problem, the system says BC30469: Reference to a non-shared member requires an object reference and points to the statement...
1
by: ScottF | last post by:
There was a problem with ASP.Net 1.1 creating/generating bad javascript on html pages that I ran into and on the KB page that I had found at the time it said that the problem was fixed in the .Net...
7
by: Martin | last post by:
Hi, I have a standard aspx page (form) that contains a few user controls. Upon form submission the page is validated. If validation passses then a text based email is sent. This is all working...
5
by: =?Utf-8?B?V2FubmFiZQ==?= | last post by:
We have a page that is loading very slow. There is not a lot of data, not a lot of users are connected at the same time and the page does not produce an error, so I am not sure where to start to...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
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...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
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.