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

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 2692
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
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...
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...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

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.