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 the size of Get method and how much data it can store?
What are the advantages of using sql stored procedures instead of adhoc sql queries in an asp.net web application?
Types of authentications in ASP.NET ?
9 Answers Accenture, Roland, Shriram,
How can we prevent an aspx page get refreshed when any information fetch from the database ?
What is autopostback in dropdownlist in asp net?
Which is better asp.net or php?
Difference between ByVal and ByRef?
Define WCF ABC , Diffrent Contract. Diff b/w Wcf and in webservice
To load your generated dataset with data which method do you invoke?
Is viewstate enabled by default?
How can you get public key information?
How many webforms are possible on a single webpage?
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)