I am getting frustrated due to the session become null.
When I click on save button I save the data to DB from code behind and if this successfully I am redirecting the user to the main projects page,using syntax:\[code\]Response.Redirect("~/Admin/Projects.aspx?i=esc&prjName=abc",'false');\[/code\]but its make my session null.
Its goes to Globex.asax page ang executes the \[code\]Session_End\[/code\] and make all session null.I even tried \[code\]Server.Transfer\[/code\] but by this the browser url remains same and client doesn't want this.Even some where I read that the \[code\]Server.Execute\[/code\] is also used to redirect but it is showing some wrong results.can I use the \[code\]Response.Redirect\[/code\] without this session null problem ??(In this page I am creating the text file to store some long description and if this is successful then I am redirecting to the another page.)
When I click on save button I save the data to DB from code behind and if this successfully I am redirecting the user to the main projects page,using syntax:\[code\]Response.Redirect("~/Admin/Projects.aspx?i=esc&prjName=abc",'false');\[/code\]but its make my session null.
Its goes to Globex.asax page ang executes the \[code\]Session_End\[/code\] and make all session null.I even tried \[code\]Server.Transfer\[/code\] but by this the browser url remains same and client doesn't want this.Even some where I read that the \[code\]Server.Execute\[/code\] is also used to redirect but it is showing some wrong results.can I use the \[code\]Response.Redirect\[/code\] without this session null problem ??(In this page I am creating the text file to store some long description and if this is successful then I am redirecting to the another page.)