Ask a Question related to ASP.NET General, Design and Development.
-
oneeye #1
Problem with Server.Transfer
Hello All
I have 2 webforms on a button click I use Server.Transfer to navigate to the
second form . In the second form I have a button uses server.transfer to go
back to the originating page. However I get the following error when I do
so.
Error executing child request for webform1.aspx.
at System.Web.HttpServerUtility.ExecuteInternal(Strin g path, TextWriter
writer, Boolean preserveForm)
at System.Web.HttpServerUtility.Transfer(String path, Boolean
preserveForm)
at System.Web.HttpServerUtility.Transfer(String path)
at Ossys.Web.Menu.MenuItem.RaiseClickEvent() in c:\documents and
settings\jide\my documents\visual studio
projects\ossys\web\menu\menuitem.cs:line 176
at Ossys.Web.Menu.Menu.RaisePostBackEvent(String args) in c:\documents and
settings\jide\my documents\visual studio
projects\ossys\web\menu\menu.cs:line 326
at System.Web.UI.Page.RaisePostBackEvent(IPostBackEve ntHandler
sourceControl, String eventArgument)
at System.Web.UI.Page.RaisePostBackEvent(NameValueCol lection postData)
at System.Web.UI.Page.ProcessRequestMain()
Does anyone have any ideas.
Cheers
oneeye Guest
-
Error Server.Transfer / Server.Execute ()
Hi! Any one has Idea, How to use Server.Transfer and Server.Execute, When I tried to use these methods I got an eror: Server object error 'ASP... -
Server.Transfer in ASP.NET - weired problem
Hi All, I am facing a typical problem in my .NET application with the pop-up script messages. The thing is that its working fine when i run on my... -
Roles Based Security and Server.Transfer Problem
Hi All, I'm looking into a Security solution using ASP.NET and C# for an Enterprise level application. I would like to implement Role based... -
Server.Execute and Server.Transfer not detecting session state
I am setting a session variable, then doing a server.transfer in global.aspx and the page I am going to is saying that session state is not enable... -
Server.Transfer
Using Server.Trasfer the control is shiftewd to the form specified in the parameters of the Server.Transfer. however the URL still contains the...



Reply With Quote

