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

Can you explain how ASP.NET application life cycle and page life cycle events fire?

0 Answers   MindCracker,


In how many ways we can retrieve table records count?

0 Answers  


What is an asp.net web form?

0 Answers  


What is cyclomatic complexity and why is it important?

1 Answers  


What is the difference between <%#%> and <%=%>?

4 Answers   IBS,






What is state management in asp.net with example?

0 Answers  


Types of store procedure in Sqlserver?

3 Answers  


What is meant by role based security? when we use this one

2 Answers  


List of interview questions collections at www.dpoint.weebly.com

2 Answers   IBM,


how to write html code with ssl

0 Answers   DCI,


what is code access security,role based security explain with example

1 Answers   Infosys,


Which data type does the rangevalidator control support?

0 Answers  


Categories