can we pass values from one page to another page without
redirecting to that page?
Answers were Sorted based on User's Feedback
Answer / magesh
1. Session variable
2. Application variable
3. cache
4. Cross paging.
5. Cookies
| Is This Answer Correct ? | 10 Yes | 3 No |
Answer / honey
1. Session variable
2. Application variable
3. cache
4. Cross paging.
5. Profile Properties
6. Query String
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / amam
We can pass it using server.transfer.
add the value in context.items.add["value",txtDemo.text];
retrive it in the above mentioned page using (!previouspage.iscrosspagepostback)
context.items["value"].tostring();;
as we are using server.transfer url will be same as the page we are sending the value
| Is This Answer Correct ? | 7 Yes | 4 No |
Answer / rajesh
1. Session variable
2. cookies
3. cache
4. Cross paging.
5. Query String
6. windows.open
on same page :
1.View state
2.allication
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / ratnesh singh
We can pass the values from one page to another page through
QueryString.
| Is This Answer Correct ? | 6 Yes | 6 No |
How to migrate from sqlserver 2005 to sql server 2000 (every one know reverse process of that )
Where do you store the information about the user?s locale?
1 Answers Siebel, Visual Soft,
How can exception be handled with out the use of try catch?
What are sessions and cookies?
Are cookies client side or server side?
What is the difference between ASP Session State and ASP.Net Session State?
When does the application ONEND event handler fire?
1 Answers C Squared Systems, Verinon Technology Solutions,
How do you specify whether your data should be passed as Query string and Forms (Mainly about POST and GET)
What is asp.net web application?
What?s the difference between Response.Write() andResponse.Output.Write()?
What is the file through which you can customize your asp.net application?
What’s the use of “GLOBAL.ASAX” file?
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)