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                      
info       Did you received any Funny E-Mails from your Friends and like to share with rest of our friends? Yeah!! you can post that stuff   HERE
Google
 


 

Company >> Cognizent >> Interview Questions >> ASP.NET Interview Questions
 
  Everything Else AllOther Interview Questions (1)   Call Centre AllOther Interview Questions (1)   Oracle Apps Financial Interview Questions (5)
  PeopleSoft Administration Interview Questions (1)   SAP CRM Interview Questions (1)   FI CO Interview Questions (6)
  SD Interview Questions (1)   ABAP Interview Questions (2)   HR Questions Interview Questions (2)
  Ab Initio Interview Questions (1)   Cognos Interview Questions (2)   Business Objects Interview Questions (1)
  SOAP Interview Questions (2)   JCL Interview Questions (1)   COBOL Interview Questions (2)
  Manual Testing Interview Questions (7)   Test Director Interview Questions (2)   WinRunner Interview Questions (1)
  SQL Server Interview Questions (5)   Forms Reports Interview Questions (1)   ASP.NET Interview Questions (7)
  Visual Basic Interview Questions (1)   Ajax Interview Questions (1)
 
Back to Questions Page
Question   How to find the client browser type ? Rank Answer Posted By  
 Interview Question Submitted By :: Shaheen
I also faced this Question!!   © ALL Interview .com
Answer
Request.UserAgent
 
0 Nirakar
 
 
Answer
we can identify the browser name using javascript

var brw = new navigator();
alert(brw.appname);
alert(brw.appversion);
 
4 Tiger Skumar
 
 
Answer
Request.ServerVariables("http_user_agent")
 
2 Venmathi
 
 
 
Answer
Response.Write(Request.Browser.Type);
 
3 Vinay
 
 
Question   About the Usage of htmlencode and urlencode ? Rank Answer Posted By  
 Interview Question Submitted By :: Shaheen
I also faced this Question!!   © ALL Interview .com
Answer
Use the Htmlencode method to encode input parameters when 
generating display.

Use the urlencode method to encode the url's  recieved as 
input parameters
 
0 Radha
 
 
Question   About SOAP ? Rank Answer Posted By  
 Interview Question Submitted By :: Shaheen
I also faced this Question!!   © ALL Interview .com
Answer
Simple Object Access Protocol
It is preferred way to encode information such as data 
values before sending it to or from a webservice...
 
0 Sivasaravanan
 
 
Answer
Simple Object Access Protocol (SOAP) is a protocol used for 
messaging and it is completely XML based. 
SOAP specifications are standardizes by W3C. 
SOAP provides a complete set of rules for the messages, 
also called SOAP envelopes, as well as rules for issues 
like data encoding, handling of messages, and binding of 
messages to other protocols,such as HTTP. A SOAP message is 
a simple XML document, which always contains a mandatory 
envelope and body element and can also contain a few 
optional elements such as header and fault element.
syntax of SOAP message: 
<?xml version="1.0"?>
<soap:Envelope
xmlns:soap="http://www.w3.org/2001/12/soap-envelope"
soap:encodingstyle="http://www.w3.org/2001/12/soap-
encoding">
<soap:Header>
...
...
</soap:Header>
<soap:Body>
...
<soap:fault>
...
</soap:fault>
</soap:Body>
</soap:Envelope>
 
5 Lakshmi
 
 
Question   About dataset and data mining ? Rank Answer Posted By  
 Interview Question Submitted By :: Shaheen
I also faced this Question!!   © ALL Interview .com
Answer
data set is an in memory cache of data retrived from 
datasource.it is major component of Ado.net. data set is a 
collection of data tables.that you can relate to each other 
with data relations. data set can read and write in a XML 
schema.

Data minig some times called as data or knowledge discovery 
it is a process of analyzing data from different 
procepectives and summerizing into useful information.  
information that can be used to increase revenue, cuts 
costs, or both.
 
3 Radha
 
 
Question   Descrie about response.buffer and repsonse.flush ? Rank Answer Posted By  
 Interview Question Submitted By :: Shaheen
I also faced this Question!!   © ALL Interview .com
Answer
Respence.Buffer method can be used to specify the current 
output should be buffered or not. when the buffering is set 
true, the page will not send output to the client until the 
scripts on the page has been processing or flush method is 
call.

Response.flush method is used to send buffered output 
immediatly. when the response.buffer is set true.
 
0 Radha
 
 
 
Back to Questions Page
 
 
 
 
 
   
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