Cross-Page Posback fired via ASP.NET Code
-
Hi, I was wondering, is there a way to fire a cross-page postback via C# code? The problems is: I have one error page that displays an error occurred in another page. I don't want to pass the error text through a query string parameter, so I need this kind of approach. And, I cannot use Session to this. Any hint? Thanks in advance...
-
Hi, I was wondering, is there a way to fire a cross-page postback via C# code? The problems is: I have one error page that displays an error occurred in another page. I don't want to pass the error text through a query string parameter, so I need this kind of approach. And, I cannot use Session to this. Any hint? Thanks in advance...
Can you not pass an error using a code or something.... like errorpage.aspx?e=123 and then check the number to display diffrent errors? Why can you not use sessions?
Please vote my message! Click on one of the numbers beside 'Rate this message'. .: I love it when a plan comes together :. http://www.zonderpunt.nl
-
Can you not pass an error using a code or something.... like errorpage.aspx?e=123 and then check the number to display diffrent errors? Why can you not use sessions?
Please vote my message! Click on one of the numbers beside 'Rate this message'. .: I love it when a plan comes together :. http://www.zonderpunt.nl
-
Hi, I was wondering, is there a way to fire a cross-page postback via C# code? The problems is: I have one error page that displays an error occurred in another page. I don't want to pass the error text through a query string parameter, so I need this kind of approach. And, I cannot use Session to this. Any hint? Thanks in advance...
Ah, uh, Server.Transfer()?
[My Blog]
"Visual studio desperately needs some performance improvements. It is sometimes almost as slow as eclipse." - RĂ¼diger Klaehn
"Real men use mspaint for writing code and notepad for designing graphics." - Anna-Jayne Metcalfe