i have an aspx page having a javascript function which is connected to a textbox the function does is when the user types, the fun.. will show the total character he entered in text box similarly in the code behind of the same page i written the below code in the buttonclick, that will redrect to another page if (j > 0) { Session["UserName"] = profileid; Response.Redirect("~/UserPages/frmMemberHomePage.aspx, false); } the problem is session values is lost when frmMemberHomePage.aspx load i dont know y? also after clicking the button the javascript code again executing, i cud find that session is lost during this unpredicted execution o script code pls help
-- You received this message because you are subscribed to the Google Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting" group. To post to this group, send email to dotnetdevelopment@googlegroups.com To unsubscribe from this group, send email to dotnetdevelopment+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/dotnetdevelopment?hl=en?hl=en or visit the group website at http://megasolutions.net