ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   To Refer this Site to Your Friends   Click Here
Google
 
Categories  >>  Software  >>  Microsoft Related  >>  ASP.NET
 
 


 

 
 Visual Basic interview questions  Visual Basic Interview Questions
 C Sharp interview questions  C Sharp Interview Questions
 ASP.NET interview questions  ASP.NET Interview Questions
 VB.NET interview questions  VB.NET Interview Questions
 COM+ interview questions  COM+ Interview Questions
 ADO.NET interview questions  ADO.NET Interview Questions
 IIS interview questions  IIS Interview Questions
 MTS interview questions  MTS Interview Questions
 Crystal Reports interview questions  Crystal Reports Interview Questions
 BizTalk interview questions  BizTalk Interview Questions
 Dot Net interview questions  Dot Net Interview Questions
 Exchange Server interview questions  Exchange Server Interview Questions
 SharePoint interview questions  SharePoint Interview Questions
 Microsoft Related AllOther interview questions  Microsoft Related AllOther Interview Questions
Question
I have to send data throug querystring from one page to 
another. But it should not be displayed in URL. How it is 
possible?
 Question Submitted By :: Vinodkus
I also faced this Question!!     Rank Answer Posted By  
 
  Re: I have to send data throug querystring from one page to another. But it should not be displayed in URL. How it is possible?
Answer
# 1
using hidden feilds
 
Is This Answer Correct ?    5 Yes 5 No
Joydeep
 
  Re: I have to send data throug querystring from one page to another. But it should not be displayed in URL. How it is possible?
Answer
# 2
By URL rewriting
 
Is This Answer Correct ?    4 Yes 5 No
Aloke Kumar Datta
 
 
 
  Re: I have to send data throug querystring from one page to another. But it should not be displayed in URL. How it is possible?
Answer
# 3
Use Server.Transfer("PageName")&Var1, &Var2;
 
Is This Answer Correct ?    1 Yes 3 No
Don
 
  Re: I have to send data throug querystring from one page to another. But it should not be displayed in URL. How it is possible?
Answer
# 4
Using the server.transfer("page.aspx?id=1")
 
Is This Answer Correct ?    5 Yes 4 No
Ravindra Thakur
 
  Re: I have to send data throug querystring from one page to another. But it should not be displayed in URL. How it is possible?
Answer
# 5
Write this code in default.aspx:

Response.Redirect("default2.aspx?Name=" + txtStudName.Text);

Write this code in default2.aspx:

if (Request.QueryString["Name"] != null)
        {
            TextBox1.Text = Request.QueryString
["Name"].ToString();
           
        }
 
Is This Answer Correct ?    8 Yes 10 No
Ramesh
 

 
 
 
Other ASP.NET Interview Questions
 
  Question Asked @ Answers
 
How can we Deploy a website?  2
which is the new version of IIS SERVER  1
Where on the Internet would you look for Web services? IBM2
About Windows/Forms Authentication  1
What is the purpose of the following segment? If ( !IsPostBack) { sqldataAdapter1.Fill (dsusers1); DataGrid1.DataBind (); } a) To populate the DataAdapter the first time the web page id displayed. b) To populate the DataSet every time the web page is displayed. c) To populate the DataAdapter every time the web page is displayed. d)To populate the DataSet the first time the web page is displayed. Syntax-Softtech2
Hi! Could any 1 please suggest me a free practice online exam for asp.net exams.. thanks  1
Way of updating a table other than stored procedure and hard coded query?  2
what is dumpbin.exe?  1
web user and custom conrols  1
how to write code for role based security  2
What is the other method, other than GET and POST, in ASP.NET?  3
How we generate the BARCODE in ASP.Net using c# ! in library management systen for books .  2
what is the difference b/w .net 1.1 and 2.0 ? Polaris2
diff between Server.Transfer() and Server.Execute()  1
Any disadvantages in Dataset and in reflection ? DELL1
Where does Web.Config Info stored? Will this be stored in the registry? Accenture1
if u r projet consist of 4 people means how can u manage the file Mind-Tree8
repeater and gridview diff? Why is repeater fast than gridview? TCS2
What is the difference between a.Equals(b) and a == b?  2
If i have a page where i create an instance of a dll and without invoking any method can I send values to next page ? Satyam1
 
For more ASP.NET Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com