Click here to Skip to main content
15,921,660 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionLogin Page Pin
joyalways6-Mar-07 18:25
joyalways6-Mar-07 18:25 
AnswerRe: Login Page Pin
John.L.Ponratnam6-Mar-07 19:51
John.L.Ponratnam6-Mar-07 19:51 
GeneralRe: Login Page Pin
joyalways6-Mar-07 21:59
joyalways6-Mar-07 21:59 
GeneralRe: Login Page Pin
siddisagar6-Mar-07 23:51
siddisagar6-Mar-07 23:51 
QuestionGetting Value in between tags Pin
N a v a n e e t h6-Mar-07 18:22
N a v a n e e t h6-Mar-07 18:22 
AnswerRe: Getting Value in between tags Pin
badgrs6-Mar-07 22:54
badgrs6-Mar-07 22:54 
QuestionMembership User Pin
AnhTin6-Mar-07 17:48
AnhTin6-Mar-07 17:48 
QuestionGetting the error : The viewstate is invalid for this page and might be corrupted Pin
anufabian6-Mar-07 17:34
anufabian6-Mar-07 17:34 
The code below in the HTML is throwing me the above error :

<HTML>
<HEAD>
<title>WebForm3</title>
<meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" content="Visual Basic .NET 7.1">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
<script>
function fire()
{

document.Form1.action = "WebForm4.aspx";
document.Form1.submit();

}
</script>
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<input type="hidden" id="hid1" name="hid1" runat="server" value="test">
<asp:Button ID="but1" Runat="server" Text="test1"></asp:Button>
</form>
<br>
<br>
<br>
</body>
</HTML>

I am firing the javascript using
but1.Attributes.Add("OnClick", "fire();")

I want the hidden variable on WebForm4.aspx.

How can I get the same
AnswerRe: Getting the error : The viewstate is invalid for this page and might be corrupted Pin
Harini N K6-Mar-07 18:08
Harini N K6-Mar-07 18:08 
GeneralRe: Getting the error : The viewstate is invalid for this page and might be corrupted Pin
anufabian6-Mar-07 20:11
anufabian6-Mar-07 20:11 
GeneralRe: Getting the error : The viewstate is invalid for this page and might be corrupted Pin
Harini N K6-Mar-07 21:06
Harini N K6-Mar-07 21:06 
GeneralRe: Getting the error : The viewstate is invalid for this page and might be corrupted Pin
anufabian6-Mar-07 21:34
anufabian6-Mar-07 21:34 
QuestionUser Based Menus.... Pin
Member 38798816-Mar-07 17:04
Member 38798816-Mar-07 17:04 
AnswerRe: User Based Menus.... Pin
Vsree6-Mar-07 18:26
Vsree6-Mar-07 18:26 
GeneralRe: User Based Menus.... Pin
Member 38798816-Mar-07 20:12
Member 38798816-Mar-07 20:12 
GeneralRe: User Based Menus.... Pin
Member 38798817-Mar-07 22:07
Member 38798817-Mar-07 22:07 
QuestionGridView .net 2.0 Vs20005 Pin
AnhTin6-Mar-07 16:23
AnhTin6-Mar-07 16:23 
QuestionCan you help me where i should put the code... Pin
blitz2bleach6-Mar-07 14:25
blitz2bleach6-Mar-07 14:25 
GeneralRe: Can you help me where i should put the code... Pin
Guffa6-Mar-07 14:46
Guffa6-Mar-07 14:46 
AnswerRe: Can you help me where i should put the code... Pin
Jasmine25016-Mar-07 15:13
Jasmine25016-Mar-07 15:13 
GeneralRe: Can you help me where i should put the code... Pin
blitz2bleach6-Mar-07 15:31
blitz2bleach6-Mar-07 15:31 
QuestionPage name from webcontrol Pin
digsy_6-Mar-07 13:34
digsy_6-Mar-07 13:34 
AnswerRe: Page name from webcontrol Pin
kubben6-Mar-07 14:08
kubben6-Mar-07 14:08 
AnswerRe: Page name from webcontrol Pin
Jasmine25016-Mar-07 15:21
Jasmine25016-Mar-07 15:21 
Questionshopping project Pin
reddyamar_uk6-Mar-07 13:06
reddyamar_uk6-Mar-07 13:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.