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 would you implement inheritance using VB.NET/C#?
In your web.config file which attribute of <Globalization> element identifies the default culture that will be used for web request?
Is there any alternative to avoid name collisions other then Namespaces?
Explain parts of assembly?
What are user controls?
About Postback ?
Differentiate between Server Transfer and Response Redirect?
Name two properties common in every validation control?
Have u used webcontrols?Tell me something about these?
What is rich control in asp.net?
How you can use video conferencing in asp.net? guys plz help me ...
State management in asp.net ?