 |
.NET Web Services Discussions about .NET XML Web Service technologies including ASMX files, WSDL and SOAP. |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the .NET Web Services section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
|
|
|

May 25th, 2004, 02:49 AM
|
Friend of Wrox
|
|
Join Date: Sep 2003
Posts: 101
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Events are not firing
Hi
I am doing my project in asp.net.
Suddenly all my pages giving problem.When i click any button in my aspx page the button events are not firing.In all pages its happening.I can't debug project server side.When i debug in my local pc everything working fine, but serverside its not firing.What could be the problem?
pl help me thanks
|

May 25th, 2004, 07:38 AM
|
Friend of Wrox
|
|
Join Date: Jun 2003
Posts: 1,110
Thanks: 0
Thanked 3 Times in 3 Posts
|
|
What OS is on the server and check to make sure the .NET framework is installed.
|

May 25th, 2004, 09:59 PM
|
Friend of Wrox
|
|
Join Date: Sep 2003
Posts: 101
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
OS is windows 2000
Frame work is installed. my other Application is running fine.
|

May 25th, 2004, 10:11 PM
|
Friend of Wrox
|
|
Join Date: Sep 2003
Posts: 101
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hi
When I clear the browser cache(temporary Internet files)All my pages and events are working fine.But when i close and open another browser when i try to click on any buttons in my page its not doing any operation(not firing the button click event).
My client OS also windows 2000 browser is IE 6.0
My other project reside on same server working fine.
This project only giving this proble.Pl help me
thanks
|

May 26th, 2004, 07:25 AM
|
Friend of Wrox
|
|
Join Date: Jun 2003
Posts: 1,110
Thanks: 0
Thanked 3 Times in 3 Posts
|
|
Go to Internet Explorer options and click settings from the 'General' tab where is shows Temporary Internet Files and make sure 'Every visit to the page' is selected.
|

May 26th, 2004, 07:45 AM
|
 |
Friend of Wrox
|
|
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
|
|
stu9820-
But how do you fix this problem if you can't set "Every visit to the page" on every client browser??
msrnivas-
What do you mean when you say "my aspx page the button events are not firing"? Do you mean on the client or the server? How are you trying to debug on the server? I have never had any luck debugging on anything other than the local machine (server) during development.
|

May 26th, 2004, 07:47 AM
|
Friend of Wrox
|
|
Join Date: Jun 2003
Posts: 1,110
Thanks: 0
Thanked 3 Times in 3 Posts
|
|
He didn't say every client was experiencing the problem, just the server machine.
quote
"I can't debug project server side.When i debug in my local pc everything working fine, but serverside its not firing."
|

May 26th, 2004, 08:06 AM
|
 |
Friend of Wrox
|
|
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
|
|
Part of my point is that "event not firing" needs to be defined more clearly. Is that referring to the clientside button click event or the server side button click event? I don't see enough to differentiate.
|

May 26th, 2004, 08:38 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
And a few other things:
Don't your event handlers run at all, or can't you debug / step into them? In the latter case, are you running your live server in release mode?
Are both machines running the same .NET Framework version?
Cheers,
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
|

June 1st, 2004, 02:06 AM
|
Friend of Wrox
|
|
Join Date: Sep 2003
Posts: 101
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Thanks for all your replies.
Sorry for confusion.If i run my local copy in my local pc everything fine.If i try to access server copy in my local browser problem is occuring means events are not firing.When i click any button in my page its not doing any action.
thnaks
|
|
 |