> Hi
>
[quoted text clipped - 46 lines]
>
> - Show quoted text -
I did run the c:\windows\microsoft.net\framework
\v1.1.4322\aspnet_regiis.exe on my local machine and saw no
difference. My local machine is and has been on the 2.0 framework,
although I did have the 1.0 and 1.1 installed on it. The staging
webserver is also on the 2.0 framework and I didn't run the exe on
that one. This problem existed before I ran the exe or I wouldn't have
a problem and thus a need to run it :) My Master page is working
except for the buttons on it are not firing. I did change a few
things in my code and saw some improvements but not the real result.
By this I mean I can get a post back to the page but I lose the value
of my textbox on the postback.
I added the EnableEventValidation="false" to my <%Page
and the UseSubmitBehavior and OnClick to my button control
<asp:TextBox ID="txtAgnSearch" runat="server"/>
<asp:Button ID="Button1" runat="server" Text="Button"
UseSubmitBehavior="false" OnClick="Button1_Click" />
This will give me a postback to the page once and a postback to the
control twice, but in either time I don't have the value I typed into
txtAgnSearch anymore.
I'm still curious why this started happening all of a sudden, anyone
know what can set this off, a registered javascript or something? Any
other thoughts?
Yuriy Solodkyy - 17 Jun 2007 22:43 GMT
What happens when you click GO? Are you redirected to the wrong URL?
>> Hi
>>
[quoted text clipped - 74 lines]
> know what can set this off, a registered javascript or something? Any
> other thoughts?