Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Describe in brief .net framework and its components.

0 Answers  


What’s the difference between asp.net web forms and asp.net mvc?

0 Answers  


Name two properties common in every validation control?

1 Answers  


What is the difference between Classic ASP and ASP.Net?

0 Answers  


Explain Features in ASP.NET

0 Answers   Microsoft,


Which of the following hosts Can't be used to create .net Application? a) IIS b) Internet Explorer c) ASP.Net d) Windows Shell Which one is correct?

1 Answers   CTS, TCS,


What is the difference between stored procedure vs function?

0 Answers  


In a Code-Behind class generally which type of code is found ?

3 Answers   Siebel,


How many rules are there regarding a well formed XML document? a) Nine b) Three c) Six d) Two

1 Answers   Syntax Softtech,


What is the use of mcommand ? mcommand.fill(ds,"orderdetails");

1 Answers   Netsweeper,


How Session outproc in Sqlserver stored?

0 Answers   CGI,


What is an assembly?

2 Answers   Value Labs,


Categories