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

What is the best way to search any exact information on google?

3 Answers   Intellevate,


Can you explain what inheritance is and give an example of when you might use it?

1 Answers  


Define static member?

0 Answers  


How do you create master pages in asp.net?

2 Answers   Wipro,


what is PostBack Property exactly ? when It Returns True? when it Returns False?

1 Answers  






WHAT IS THE SEQUENCE IN WHICH ASP.NET EVENTS IS PROCEED?

4 Answers  


Explain swagger components.

0 Answers  


What are the security types in ASP/ASP.NET? Different Authentication modes?

0 Answers  


What are ASHX files?

0 Answers   HCL,


How do you insert multiple rows from a grid view to database table under a single transaction?

1 Answers  


step to create a strong name?

1 Answers  


How would you turn off cookies on a page of a website?

0 Answers  


Categories