﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>InstantASP Community Forums / Old Forums / InstantForum.NET 3.x / Installation &amp; Upgrades  / Buttons not working / Latest Posts</title><generator>InstantForum.NET v4.1.4</generator><description>InstantASP Community Forums</description><link>http://community.instantasp.co.uk/</link><webMaster>sales@instantasp.co.uk</webMaster><lastBuildDate>Mon, 01 Dec 2008 19:30:51 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Buttons not working</title><link>http://community.instantasp.co.uk/Topic3776-29-1.aspx</link><description>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.&lt;P&gt;The Solution:&lt;BR&gt;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:&lt;BR&gt;LINE 125[code]&lt;BR&gt;&lt;FONT size=3&gt;function ValidatorCommonOnSubmit() {&lt;BR&gt;    event.returnValue = !Page_BlockSubmit;&lt;BR&gt;    Page_BlockSubmit = false;&lt;BR&gt;&lt;/FONT&gt;}[/code]&lt;BR&gt;We looked in our development .js file and found the following:&lt;/P&gt;&lt;P&gt;LINE 125[code]&lt;BR&gt;&lt;FONT size=3&gt;function ValidatorCommonOnSubmit() {&lt;BR&gt;    var result = !Page_BlockSubmit;&lt;BR&gt;    Page_BlockSubmit = false;&lt;BR&gt;    event.returnValue = result;&lt;BR&gt;    return result;&lt;BR&gt;}&lt;BR&gt;&lt;/FONT&gt;[/code]&lt;/P&gt;&lt;P&gt;So, we added the last 2 lines to the function, ran it, and voila!  Hope this helps...</description><pubDate>Fri, 13 Jan 2006 12:43:12 GMT</pubDate><dc:creator>ewitkows</dc:creator></item><item><title>RE: Buttons not working</title><link>http://community.instantasp.co.uk/Topic3776-29-1.aspx</link><description>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 :D  &lt;/P&gt;&lt;P&gt;I hope this helps, and if anyone comes across an answer to this, please post... Im going nuts over it.</description><pubDate>Fri, 13 Jan 2006 07:28:48 GMT</pubDate><dc:creator>ewitkows</dc:creator></item><item><title>RE: Buttons not working</title><link>http://community.instantasp.co.uk/Topic3776-29-1.aspx</link><description>[quote][b]Kylir (4/5/2005)[/b][hr]&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;[/quote]&lt;/P&gt;&lt;P&gt;Dear Kylir,&lt;/P&gt;&lt;P&gt;&lt;FONT face="MS Shell Dlg"&gt;Do you receive any JavaScript errors when clicking the buttons? As detailed at... &lt;A href="http://kb.instantasp.co.uk/article.aspx?id=10125&amp;amp;query=dopostback"&gt;http://kb.instantasp.co.uk/article.aspx?id=10125&amp;amp;query=dopostback&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="MS Shell Dlg"&gt;&lt;/FONT&gt; </description><pubDate>Thu, 28 Apr 2005 14:40:29 GMT</pubDate><dc:creator>Carlos Muniz</dc:creator></item><item><title>RE: Buttons not working</title><link>http://community.instantasp.co.uk/Topic3776-29-1.aspx</link><description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;</description><pubDate>Tue, 05 Apr 2005 08:47:37 GMT</pubDate><dc:creator>Kylir</dc:creator></item><item><title>RE: Buttons not working</title><link>http://community.instantasp.co.uk/Topic3776-29-1.aspx</link><description>&lt;P&gt;I had the same problem: Buttons didn't work... no postback. Here's what I did to fix it:&lt;/P&gt;&lt;P&gt;At a command prompt:&lt;BR&gt;&amp;gt;cd \WINDOWS\Microsoft.NET\Framework\v1.1.4322&lt;BR&gt;&amp;gt;aspnet_regiis -ea&lt;BR&gt;&amp;gt;aspnet_regiis -c&lt;/P&gt;&lt;P&gt;These commands delete, then recreate the aspnet_client folders needed for asp.net postback.&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Jon Wolthuis&lt;BR&gt;President&lt;BR&gt;Ascend Systems Inc&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description><pubDate>Tue, 12 Oct 2004 06:40:37 GMT</pubDate><dc:creator>jwolthuis</dc:creator></item><item><title>RE: Buttons not working</title><link>http://community.instantasp.co.uk/Topic3776-29-1.aspx</link><description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;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".&lt;/P&gt;&lt;P&gt;If this text appears you will need to remove this or change this to read AutoEventWireUp="True".&lt;/P&gt;&lt;P&gt;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 &lt;img src='images/emotions/smile.gif' height='20' width='20' border='0' title='Smile' align='absmiddle'&gt;&lt;/P&gt;</description><pubDate>Mon, 27 Sep 2004 06:06:28 GMT</pubDate><dc:creator>Ryan Healey</dc:creator></item><item><title>Buttons not working</title><link>http://community.instantasp.co.uk/Topic3776-29-1.aspx</link><description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have the forum software installed and configured (I think).  When i try the login page&lt;/P&gt;&lt;P&gt;&lt;a target=_blank href="http://www.kistcon.com/forum/logon.aspx" target=_blank&gt;http://www.kistcon.com/forum/logon.aspx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and click on the login button, nothing happens.&lt;/P&gt;&lt;P&gt;Can anyone help?&lt;/P&gt;</description><pubDate>Sat, 25 Sep 2004 10:06:50 GMT</pubDate><dc:creator>kkistler</dc:creator></item></channel></rss>