473,473 Members | 1,841 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Form not refreshing after autopostback unless keyboard or mouse mo

LRD
Form not refreshing after autopostback unless keyboard or mouse move

Hi,

We created several new ASP.NET C# forms for our intranet. In each form we
use panels for different sections of the form that are visible or not
depending on what the user is doing.

Each particular form.aspx page has a user control on it. This user control
contains the form HTML and the C# code.

The form.aspx page that calls the user control is using
SmartNavigation="true" in the page directive.

First - the user enters the data. When they are in "Data Entry" mode, there
is a panel that is not visible unless the user selects "Yes" on a field just
above the panel. Some of the settings for this field are as follows:
runat="server" AutoPostBack="True"
OnSelectedIndexChanged="rblCustImpactSelection_Cha nge"

So - the form posts back and when it posts back, the code tells the page to
make a particular panel visible. This panel contains an additional field for
data entry. But, the screen seems to be frozen. Only when the user moves
the mouse or taps a key does the screen refresh with the now visible panel
showing. It does "partially" refresh - up to the panel - but not really.

This is just one example. After the user completes the data entry, and if
there are no data entry errors, the user presses the "Next" button. The user
is now supposed to see an entirely different panel that shows the user the
data that was just entered and asks them to confirm or modify the data entry.
Again, the page does not update correctly unless the user presses a key or
moves the mouse.

Has anyone else experienced this? We are using a release build - in case
that could be influencing the situation.

I would greatly appreciate any guidance you can give me.

Thank you in advance,
Laurie

Nov 22 '05 #1
2 2704
Hi Laurie,

Set the SmartNavigation to False and see if that changes anything. Also do
you have any javascript that runs when the page is loaded? OnLoad() body
tag event. Good luck! Ken.

--
Ken Dopierala Jr.
For great ASP.Net web hosting try:
http://www.webhost4life.com/default.asp?refid=Spinlight
If you sign up under me and need help, email me.

"LRD" <LR*@discussions.microsoft.com> wrote in message
news:AC**********************************@microsof t.com...
Form not refreshing after autopostback unless keyboard or mouse move

Hi,

We created several new ASP.NET C# forms for our intranet. In each form we
use panels for different sections of the form that are visible or not
depending on what the user is doing.

Each particular form.aspx page has a user control on it. This user control contains the form HTML and the C# code.

The form.aspx page that calls the user control is using
SmartNavigation="true" in the page directive.

First - the user enters the data. When they are in "Data Entry" mode, there is a panel that is not visible unless the user selects "Yes" on a field just above the panel. Some of the settings for this field are as follows:
runat="server" AutoPostBack="True"
OnSelectedIndexChanged="rblCustImpactSelection_Cha nge"

So - the form posts back and when it posts back, the code tells the page to make a particular panel visible. This panel contains an additional field for data entry. But, the screen seems to be frozen. Only when the user moves
the mouse or taps a key does the screen refresh with the now visible panel
showing. It does "partially" refresh - up to the panel - but not really.

This is just one example. After the user completes the data entry, and if
there are no data entry errors, the user presses the "Next" button. The user is now supposed to see an entirely different panel that shows the user the
data that was just entered and asks them to confirm or modify the data entry. Again, the page does not update correctly unless the user presses a key or moves the mouse.

Has anyone else experienced this? We are using a release build - in case
that could be influencing the situation.

I would greatly appreciate any guidance you can give me.

Thank you in advance,
Laurie

Nov 22 '05 #2
Hi Laurie,

Set the SmartNavigation to False and see if that changes anything. Also do
you have any javascript that runs when the page is loaded? OnLoad() body
tag event. Good luck! Ken.

--
Ken Dopierala Jr.
For great ASP.Net web hosting try:
http://www.webhost4life.com/default.asp?refid=Spinlight
If you sign up under me and need help, email me.

"LRD" <LR*@discussions.microsoft.com> wrote in message
news:AC**********************************@microsof t.com...
Form not refreshing after autopostback unless keyboard or mouse move

Hi,

We created several new ASP.NET C# forms for our intranet. In each form we
use panels for different sections of the form that are visible or not
depending on what the user is doing.

Each particular form.aspx page has a user control on it. This user control contains the form HTML and the C# code.

The form.aspx page that calls the user control is using
SmartNavigation="true" in the page directive.

First - the user enters the data. When they are in "Data Entry" mode, there is a panel that is not visible unless the user selects "Yes" on a field just above the panel. Some of the settings for this field are as follows:
runat="server" AutoPostBack="True"
OnSelectedIndexChanged="rblCustImpactSelection_Cha nge"

So - the form posts back and when it posts back, the code tells the page to make a particular panel visible. This panel contains an additional field for data entry. But, the screen seems to be frozen. Only when the user moves
the mouse or taps a key does the screen refresh with the now visible panel
showing. It does "partially" refresh - up to the panel - but not really.

This is just one example. After the user completes the data entry, and if
there are no data entry errors, the user presses the "Next" button. The user is now supposed to see an entirely different panel that shows the user the
data that was just entered and asks them to confirm or modify the data entry. Again, the page does not update correctly unless the user presses a key or moves the mouse.

Has anyone else experienced this? We are using a release build - in case
that could be influencing the situation.

I would greatly appreciate any guidance you can give me.

Thank you in advance,
Laurie

Nov 22 '05 #3

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

Similar topics

1
by: LRD | last post by:
Form not refreshing after autopostback unless keyboard or mouse move Hi, We created several new ASP.NET C# forms for our intranet. In each form we use panels for different sections of the...
8
by: Nolan Martin | last post by:
Is it just me or are there no good librarys out there to access the keyboard or mouse? I have been looking around for a while now and can only find ones that are bundled with a bunch of other...
8
by: NeoAsimov | last post by:
Hello, There is what I want to do. I worked on the problem since 6 hours but I had a problem (probably stupid) and I dont know how to resolve it. I need to have an Mouse Event Click when...
7
by: marcia | last post by:
In a Web Form with a Button and a TextBox, when I type some characters in the TextBox (AutoPostBack == false) and then hit the Enter key on the keyboard, the Web Form goes to the server (as though...
8
by: Martin | last post by:
I hope not, but, I think the answer to this question is "it can't be done". Northwind sample database. Orders form. Go to a new record. Select a customer in "Bill To:" Don't enter any...
16
by: dfaber | last post by:
Hi all, I have been searching for a keyboard and mouse tracker on linux. I've read solutions (watch at sourceforge) which look at /proc/interrupts to check keyboard or mouse activity. I also read...
9
by: Rob | last post by:
When a custom control is used within a form, that control does not get events directly. I've run into this a couple times with both mouse and keyboard events. Ex: A custom control inherits from...
0
by: neonspark | last post by:
I'm buidling some simple macro functionality for my app so the users can record a sequence of keyboard inputs and replay them reliably via some menu. Originally, I used: protected override bool...
18
by: sweeneye | last post by:
Hi, I'm basing a query on the variables used in a form. The database contains lots of problems, say with a computer and a tick box for the apropriate component like monitor, keyboard, mouse etc....
6
by: yasirkhan | last post by:
Hi, i am new in .net, and i am confused how to set cursor position in textbox. I have made an application of keyboard and other application of User Info. when i run my applications then the form...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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
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...
1
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
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...
0
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 ...
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
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...

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.