InstantASP Community Forums
Home       Members    Calendar    Who's On
Welcome Guest ( Login | Register )
        


Buttons not working Expand / Collapse
Author
Message
Posted 25/09/2004 10:06:50
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 27/07/2005 18:54:29
Posts: 7, Visits: 6

Hi,

I have the forum software installed and configured (I think).  When i try the login page

http://www.kistcon.com/forum/logon.aspx

and click on the login button, nothing happens.

Can anyone help?

Post #3776
Posted 27/09/2004 06:06:28


IF.NET 4.2 Coming Soon

IF.NET 4.2 Coming SoonIF.NET 4.2 Coming SoonIF.NET 4.2 Coming SoonIF.NET 4.2 Coming SoonIF.NET 4.2 Coming SoonIF.NET 4.2 Coming SoonIF.NET 4.2 Coming SoonIF.NET 4.2 Coming Soon

Group: Administrators
Last Login: 2 days ago @ 14:57:33
Posts: 1,949, Visits: 3,002

Hi,

I've seen this problem a few times before. Could you open controls/logon.ascx and determine if the following lines appear within the page directive. AutoEventWireUp="False".

If this text appears you will need to remove this or change this to read AutoEventWireUp="True".

Visual Studio.NET can something add this to the control and page directives when including a folder within an existing solution. Please let me know if this helps




Kindest Regards,

Ryan Healey
Director / Developer

Explore our products...
http://demos.instantasp.co.uk/

Post #3781
Posted 12/10/2004 06:40:37
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Customers
Last Login: 18/02/2005 11:48:00
Posts: 1, Visits: 1

I had the same problem: Buttons didn't work... no postback. Here's what I did to fix it:

At a command prompt:
>cd \WINDOWS\Microsoft.NET\Framework\v1.1.4322
>aspnet_regiis -ea
>aspnet_regiis -c

These commands delete, then recreate the aspnet_client folders needed for asp.net postback.

Hope this helps,

Jon Wolthuis
President
Ascend Systems Inc

 

Post #3877
Posted 05/04/2005 08:47:37


Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Customers
Last Login: 15/10/2005 17:55:49
Posts: 10, Visits: 8

Hello,

I'm having the same problem, but I've tried both solutions to no avail. Do anyone know of anything else to try? Why does this happen? Thanks.



Kylir Horton
Web & Graphic Designer
Azteca Systems || www.azteca.com
Post #5306
Posted 28/04/2005 14:40:29


Support Supremo

Support SupremoSupport SupremoSupport SupremoSupport SupremoSupport SupremoSupport SupremoSupport SupremoSupport Supremo

Group: Customers
Last Login: 19/08/2008 19:01:11
Posts: 568, Visits: 2,503
Kylir (4/5/2005)

Hello,

I'm having the same problem, but I've tried both solutions to no avail. Do anyone know of anything else to try? Why does this happen? Thanks.

Dear Kylir,

Do you receive any JavaScript errors when clicking the buttons? As detailed at... http://kb.instantasp.co.uk/article.aspx?id=10125&query=dopostback

 

Post #6161
Posted 13/01/2006 07:28:48
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 26/06/2006 13:27:25
Posts: 4, Visits: 9
For what it's worth, Im having the same issue now.  I know that the last update I made was to the web.config, and that the login buttons work on some PC's... but not all.  And it seems that the buttons do work on Firefox... so apparently they have the .NET framework down better than Micro$oft  

I hope this helps, and if anyone comes across an answer to this, please post... Im going nuts over it.

Post #9577
Posted 13/01/2006 12:43:12
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 26/06/2006 13:27:25
Posts: 4, Visits: 9
Hi Everyone, some folks at work and I were able to resolve this issue.  Didnt make much sense since we didnt update the problem file, in fact, we never touched it!  We found that the "WebUIValidation.js" file wasn't running correctly.  What was really aggrevating was that our localhost version WAS working, but staging and production didnt.

The Solution:
What we did was compare our WebUIValidation.js files in development to staging/production, and found that there were some lines 'missing'.  I can only assume that they are the same lines that may be missing in your files, but irregardless, here's what we had in production:
LINE 125


function ValidatorCommonOnSubmit() {
    event.returnValue = !Page_BlockSubmit;
    Page_BlockSubmit = false;
}

We looked in our development .js file and found the following:

LINE 125


function ValidatorCommonOnSubmit() {
    var result = !Page_BlockSubmit;
    Page_BlockSubmit = false;
    event.returnValue = result;
    return result;
}

So, we added the last 2 lines to the function, ran it, and voila!  Hope this helps...

Post #9590
« Prev Topic | Next Topic »

Reading This Topic Expand / Collapse
Active Users: 0 (0 guests, 0 members, 0 anonymous members)
No members currently viewing this topic.
Forum Moderators: Ryan Healey, Mark Christianson, Bare, James Trott

Permissions Expand / Collapse

All times are GMT, Time now is 9:32pm

Powered by InstantForum.NET v4.1.4 © 2008
Execution: 0.063. 9 queries. Compression Disabled.
Home | Products | Purchase | Support | Company | Contact Us
Privacy Statement | © 1999-2007 InstantASP Limited. All Rights Reserved.