473,566 Members | 2,908 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

No events fired on PostBack

Hi,
here is my problem:
I have a quite big webproject written in C# running on a server with
IIS. The application includes many controls (buttons, ...) that do
PostBacks and fire something like a Button_Click event. All client
computers use Internet Explorer 6.0 and everything is working fine on
most clients exept for two Windows 2000 Terminal Servers: When I press
a button there, a PostBack is done, the Page_Load method is called, but
the Button_Click method for the event is NOT called (I can see this in
a log-file).
Things I already tried:
- call with and without proxy
- Setting IE security to "low"
- Check for JavaScript errors on client --> not errors
- Check event-logs on Server --> no special events
- Check IIS-logs on Server --> Output looks the same for a working
request from another client and a not-working request

Does anyone have ideas, what else I can try to get the events to work?

thank you,
matthias

Nov 19 '05 #1
7 1350
I had a few user's computers at work behave this way (also Windows 2000).
After doing a windows update to make certain they had all the latest updates
the problem went away.

--
Sincerely,

S. Justin Gengo, MCP
Web Developer / Programmer

www.aboutfortunate.com

"Out of chaos comes order."
Nietzsche
"Matthias Wohlmann" <ma************ ***@logic4biz.c om> wrote in message
news:11******** **************@ g47g2000cwa.goo glegroups.com.. .
Hi,
here is my problem:
I have a quite big webproject written in C# running on a server with
IIS. The application includes many controls (buttons, ...) that do
PostBacks and fire something like a Button_Click event. All client
computers use Internet Explorer 6.0 and everything is working fine on
most clients exept for two Windows 2000 Terminal Servers: When I press
a button there, a PostBack is done, the Page_Load method is called, but
the Button_Click method for the event is NOT called (I can see this in
a log-file).
Things I already tried:
- call with and without proxy
- Setting IE security to "low"
- Check for JavaScript errors on client --> not errors
- Check event-logs on Server --> no special events
- Check IIS-logs on Server --> Output looks the same for a working
request from another client and a not-working request

Does anyone have ideas, what else I can try to get the events to work?

thank you,
matthias

Nov 19 '05 #2
I get this error sometimes when I am working on C# web project.
Sometimes the event wiring in the InitializeCompo nent() section in the
Page_OnInit get disabled. I would remove the button.Click +=
System.EventHan dler(button_cli ck) if its there and double click on the
button again in the Page to re-wire everything. This issue is usually
fixed once I do this. Hope this helps.

Nov 19 '05 #3
Thank you for your hint. Unfortuanately it didn't work...

matthias

Nov 19 '05 #4
I know that error, but in my case, all events work except for two
windows 2000 computers....

matthias

Nov 19 '05 #5
Matthias,

Sorry to hear that. I was hoping that was it.

Well, other things to check are that these machines don't have javascript or
other necessary browser capabilities turned off.

--
Sincerely,

S. Justin Gengo, MCP
Web Developer / Programmer

www.aboutfortunate.com

"Out of chaos comes order."
Nietzsche
"Matthias Wohlmann" <ma************ ***@logic4biz.c om> wrote in message
news:11******** **************@ g47g2000cwa.goo glegroups.com.. .
Thank you for your hint. Unfortuanately it didn't work...

matthias

Nov 19 '05 #6
Tdavis,

That's a good article, but doesn't apply here. The postbacks are working on
every machine but windows 2000. So the script library has to be there...

--
Sincerely,

S. Justin Gengo, MCP
Web Developer / Programmer

www.aboutfortunate.com

"Out of chaos comes order."
Nietzsche
"tdavisjr" <td******@gmail .com> wrote in message
news:11******** **************@ o13g2000cwo.goo glegroups.com.. .
Check this article out:

http://support.microsoft.com/default...b;en-us;889877

Nov 19 '05 #8

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

Similar topics

7
2678
by: Colin Young | last post by:
I have a UserControl that contains a calendar control. The calendar is not raising events (month navigation, date selections, etc.). I've checked that the OnSelectionChanged event has a handler being registered. Is there anything else obvious or otherwise that I've missed? Is there a problem using it in a UserControl? Thanks Colin
0
1105
by: Kevin Ortman | last post by:
Hi all, I am wondering if the following is a known problem, and if there are any known solutions. Thanks in advance, Kevin Ortman
2
1302
by: Jesper Ordrup Christensen | last post by:
Hi all, I've designed a webform that has the following controls: 1. dropdown with autopostback 2. datagrid with an OnItemCreated event The idea is that the dropdown defines a filter. When I select a value in the drop down the following happends:
6
1732
by: Steve Hershoff | last post by:
Hi everyone, I've got a strange one here. There are two datagrids on my page, one nested within the other. I'll refer to them as the topmost and secondary datagrids. In the topmost datagrid's OnItemDataBound() method we check for the row in which it's appropriate to add the secondary datagrid. Exactly one row in the topmost grid will...
3
1633
by: Mendoza | last post by:
I've got a simple web form with one text box and one button to search a database. II've suddenly encountered a problem where it seems the postback events are not fired. So when I click the button to search, the page simply refreshes as if I'm loading the page for the first time and the value in the textbox is also gone. I know the page_load...
0
7673
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7893
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
8109
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
0
7953
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6263
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5485
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5213
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3643
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
1
2085
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 we have to send another system

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.