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 are grid events ?code for dropdown inside grid and binding dropdown syntax
What do you mean by serialize and marshalbyref?
What is a swagger in web api?
What are the asp.net objects? is it application obects, cache objests etc. or is it state managements, web services etc?
Please brief not about xsd,xslt & xml?
What is rich control in asp.net?
What are PDBs? Where must they be located for debugging to work?
what is reference type to value type.
what is managed and unmanaged code?
Which protocol is used to call web service?
What is _viewstart?
How to authenticate users using Web.Config ?
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)