Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > Other .NET > .NET Web Services
|
.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
 
Old June 1st, 2004, 01:47 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,101
Thanks: 0
Thanked 2 Times in 2 Posts
Default

I vote taht you re-install the framework


Hal Levy
Web Developer, PDI Inc.

NOT a Wiley/Wrox Employee
 
Old June 10th, 2004, 02:04 AM
Friend of Wrox
 
Join Date: Sep 2003
Posts: 101
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I am doing my project in asp.net.
Suddenly all my pages giving problem.When i click any button or aspx object in my aspx pages no events are firing menas click on any buttons or select on list boxes or radio buttons not performing any action.Its not giving any error msg also.Page is remaining as it is.

This is happening when i access the server in my local browser.If i run my local application in my browser its working fine.

When i do some research on this its happing below cases.

In my server side When i use windows authentication in IIS(check on Integrated Windows Authentication) all pages are working fine.

When i remove windows authentication and check on Anonymous access In IIS security tab my application not working means actions are not performing.


Hyperlinks are working in all pages only objects(aspx buttons,textboxes,combo,listbox ect not performing any action).

What could be the problem ?I am totally confused here .Any settings need to do serverside or client browsers or IIS side .




Your help is appriciated.






 
Old October 12th, 2006, 09:47 AM
Registered User
 
Join Date: Oct 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Wow! Such an old post but no real conclusion, which is a shame, because I have this problem:

I'm debugging a new app on my local pc. When I go into IIS and set the file security to "Integrated Windows Authentication" (for the page I'm working on only) everything is fine.

When I change the file security to Anonymous, the button click events do not fire.

Postback occurs and the Page Load event fires and you can step through using the debugger, but the button click event does not fire. it's not just that the debugger does not trap the event, the code actually does not run - changing the contents of a label for example does not work.

I change back to "Integrated Windows Authentication" and everything is fine again! WTF?

Any help appreciated.

 
Old December 26th, 2007, 11:32 PM
Registered User
 
Join Date: Dec 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I have the same problem , anyone has some idea? Thanks

 
Old April 21st, 2008, 06:37 AM
Registered User
 
Join Date: Apr 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

even i got the same problem. But i was able to solve it in some different fashion. but my scenario was different. i had some usercontrols in my page. Each usercontrol had its own form tag. One user control had a google search tool which consisted of its own form tag and some google's javascript.

In my page i had a body tag followed by my page's main form tag which consisted some tabels and inside tables some fileds that are to be validated on button click. i am using asp.net control validators.

Even though all the field validators were successfully validated the button submit was not firing. The problem was my main pages , main form tag had user control like menu control, leftpane control etc. This leftpane control had a form tag and had javascripts that are to be validated, so untill they got validated the button fire evnent will not trigger. So the solution is to isolate yours fields that are to be validated and the button into a seperate form tag. then that will successfully fire submit button....

This was my scenario. I didnt new about javascripts that are getting validated in other form tags will make the difference...This can help some one.

So isolate ur fields and button that validate and submit the page into seperate form tag. that will help u.


regards
sudhi

sudhi





Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem with events not firing Keith Smith Excel VBA 2 August 3rd, 2016 05:39 PM
Events not firing in IE malk ASP.NET 1.0 and 1.1 Professional 7 August 29th, 2006 01:32 PM
Windows control events not firing bmains C# 2005 2 June 5th, 2006 09:11 PM
Events firing for control in one instance, but... thanie2001 ASP.NET 1.0 and 1.1 Professional 3 January 23rd, 2004 03:01 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.