Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
Can we post and access view state in another application
Can we post and access view state in another application?
✍: Guest
You can post back to any page and pages in another application, too. But if you are posting pages to another application, the PreviousPage property will return null. This is a significant restriction, as it means that if you want to use the view state, you are confined, for example, posting to pages in the same virtual directory. Even so, this is a highly acceptable addition to the functionality of ASP.NET.
2007-10-23, 5404👍, 0💬
Popular Posts:
Who Developed HTML? HTML was originally developed by Tim Berners-Lee while at CERN, and popularized ...
If we have two version of same assembly in GAC how do we make a choice ? OK first let’s try to under...
If client side validation is enabled in your Web page, does that mean server side code is not run? W...
What are the different elements in Functions points? The different elements in function points are a...
Does .NET support UNICODE and how do you know it supports? Yes .NET definitely supports UNICODE. Try...