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 |
I have a datagrid of 10 rows and I am updating the fifth row using template column edit. How wil u know that the row is updated, so that it can be send to database for updating the respective table?
Which method is used to perform all validation at the page level?
0 Answers Sans Pareil IT Services,
How to disable cut, copy and paste in TextBox using jQuery in asp.net?
State Management (viewstate, session etc)
What is the procedure to create the environment for asp.net? : asp.net mvc
What is meant by server side scripting?
Which template must you provide, in order to display data in a Repeater control?
3 Answers Siebel Systems, Wipro,
what is loosely coupled solution? How it can be used?
Can u able to get the xml document in crystal report if yes how its possible
What are the event handlers that can be included in the Global.asax file?
Explain about solution explorer window?
How do you relate an aspx page with its code behind page ?
4 Answers Accenture, BirlaSoft,
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)