can we pass values from one page to another page without
redirecting to that page?

Answers were Sorted based on User's Feedback



can we pass values from one page to another page without redirecting to that page?..

Answer / sureshgadepalli

Yes. By using Sessions.

Is This Answer Correct ?    29 Yes 3 No

can we pass values from one page to another page without redirecting to that page?..

Answer / magesh

1. Session variable
2. Application variable
3. cache
4. Cross paging.
5. Cookies

Is This Answer Correct ?    10 Yes 3 No

can we pass values from one page to another page without redirecting to that page?..

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

can we pass values from one page to another page without redirecting to that page?..

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

can we pass values from one page to another page without redirecting to that page?..

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

can we pass values from one page to another page without redirecting to that page?..

Answer / ratnesh singh

We can pass the values from one page to another page through
QueryString.

Is This Answer Correct ?    6 Yes 6 No

Post New Answer

More ASP.NET Interview Questions

How would you implement inheritance using VB.NET/C#?

3 Answers   Siebel Systems,


In your web.config file which attribute of <Globalization> element identifies the default culture that will be used for web request?

1 Answers  


Is there any alternative to avoid name collisions other then Namespaces?

0 Answers  


Explain parts of assembly?

0 Answers  


What are user controls?

0 Answers  


About Postback ?

6 Answers   Accenture,


Differentiate between Server Transfer and Response Redirect?

2 Answers   DELL, Siebel, TCS,


Name two properties common in every validation control?

1 Answers  


Have u used webcontrols?Tell me something about these?

2 Answers   Microsoft,


What is rich control in asp.net?

0 Answers  


How you can use video conferencing in asp.net? guys plz help me ...

2 Answers  


State management in asp.net ?

8 Answers   Accenture,


Categories