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 |
Explain which is best suited place in the Application Start and Session_Start subroutines with an example?
when using windows API in .net then it is managed code or Unmanaged code?
If we remove web.config or machine.config from the application then, is this application will works?
How do you set language in web.cofig ?
How you can access the properties and controls of master pages from content pages?
What are the different types of Session state management options available with ASP.NET?
Define repository pattern in mvc.net? : asp.net mvc
can we transfer data from one page to another page using viewstate if so how?if not y?
37 Answers AppShark, DataSync, Gtech, iGate, Wipro,
What are two ways that you can set the minimum and maximum values for a rangevalidator? When would you use each technique?
Difference between abstract factory pattern and factory method pattern in .NET with example.
3 Answers ACS, IBM, Keane India Ltd,
A Web Service Can Only Be Written In .net. Is it True??
Why do we use Option Explicit?
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)