In asp.net 3.5 we can go one page to onther page without
using statemanagment concept?
Answer / mahesh
Yes, We can use Cross-page posting, see below code.
if (Page.PreviousPage != null)
{
TextBox SourceTextBox =
(TextBox)Page.PreviousPage.FindControl("TextBox1");
if (SourceTextBox != null)
{
Label1.Text = SourceTextBox.Text;
}
}
| Is This Answer Correct ? | 23 Yes | 6 No |
what is machine key error in asp.net? how to solve it?
.Net Doesn't offer Deterministic Distruction ? a) True b) False
Why is mvc better than asp.net?
What r the asp.net list controls and difference between them?
In Code-Behind class which kind of code (server or client) is found ?
When does the application ONEND event handler fire?
1 Answers C Squared Systems, Verinon Technology Solutions,
What is the purpose of url encoding?
How to call a child form method from the master page?
What is application Object?
Define a web service in .net?
What is application variable and when it is initialized ?
Explain the use of errorprovider control in .net?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)