GeekInterview.com
Series: Subject: Topic:

ASP.NET FAQ

Showing Questions 1 - 20 of 298 Questions
First | Prev | | Next | Last Page
Sort by: 
 | 

What is the default authentication mode for iis

Asked By: Interview Candidate | Asked On: Dec 4th, 2005

Skill/topic: intermediatea) windowsb) anonymousc) basic authenticationd) none

Answered by: mahamadsameer on: Mar 19th, 2012

Anonymous

Answered by: raghav on: Feb 5th, 2012

B) Anonymous

What is the extension of a web user control file ?

Asked By: Interview Candidate | Asked On: Dec 4th, 2005

Skill/topic: beginnera) .Asmxb) . Ascxc) .Aspx

Answered by: Tanuja Jaiswal on: Feb 15th, 2012

B) .ascx
This extension is used for Web Forms User Controls.

Answered by: fatma mansour on: Apr 24th, 2011

Ascx

How do you manage states in ASP.Net application

Asked By: Interview Candidate | Asked On: Dec 4th, 2005

Skill/topic: intermediatea) session objectsb) application objectsc) viewstated) cookiese) all of the above

Answered by: Tapas Kumar Bisoi on: Feb 15th, 2012

E.All of the above

Answered by: madhulika4u on: Dec 13th, 2008

session object

Web controls supports CSS

Asked By: Interview Candidate | Asked On: Dec 4th, 2005

Skill/topic: intermediatea) trueb) false

Answered by: Tanuja Jaiswal on: Feb 15th, 2012

A) true

CSS means Cascading Style Sheets

eg. if we want to set color of a label control we can use CSS styles directly in our control tag.

Answered by: sahu on: Dec 13th, 2005

Ans:

A) True

Which of the following extension does a webservice file will have

Asked By: Interview Candidate | Asked On: Dec 4th, 2005

Skill/topic: advanceda) .Asmxb) .Aspxc) .Ascxd) .Resx

Answered by: Tanuja Jaiswal on: Feb 15th, 2012

Web services in Asp.net are identified on files with the .asmx file extention.

Answered by: vampiroos on: May 28th, 2011

.Asmx

Which property of the session object is used to set the local identifier ?

Asked By: Interview Candidate | Asked On: Dec 4th, 2005

Skill/topic: intermediatea) sessionidb) lcidc) itemd) key

Answered by: Tanuja Jaiswal on: Feb 15th, 2012

B) LCID
LCID is an attribute and its value is any valid local identifier. It is used to set local identifier for a page.

Answered by: smit on: Aug 4th, 2011

LCID

Adrotator control

Asked By: bijal_69 | Asked On: Mar 22nd, 2010

What is the use of adrotater control?

Answered by: Tanuja Jaiswal on: Feb 15th, 2012

The AdRotator control is used to display a random selection from a collection of banner advertisements specified in an XML based advertisement file.

Answered by: vishal adhau on: Dec 21st, 2011

Adrotator is use for advertiesment purpose. If you want to show some images alternately for advertiesment purpose then adrotator is use.

A web application running on multiple servers is called as

Asked By: Interview Candidate | Asked On: Dec 4th, 2005

Skill/topic: beginnera) webformb) webfarmc) website

Answered by: Tanuja Jaiswal on: Feb 15th, 2012

B) Webfarm

Answered by: omkar shinde on: Jan 2nd, 2012

A) WebFarm

Run at server

Asked By: praveenkumar121 | Asked On: Jul 19th, 2010

Why we write "runat=server" in ASP.Net controls?

Answered by: vishal adhau on: Dec 21st, 2011

This means that we are using server control and validation is done at server side.

Postback occurs in which of the following forms

Asked By: Interview Candidate | Asked On: Dec 4th, 2005

Skill/topic: beginnera) winformsb) HTMLformsc) webforms

Answered by: udhaya on: Dec 16th, 2011

A) Winforms

Answered by: fatma mansour on: Apr 24th, 2011

WebForms

Is it mandatory to have web.Config file for ASP.Net application?

Asked By: Mohit Jain | Asked On: Apr 30th, 2007

Answered by: SANTOSH THAKUR on: Oct 16th, 2011

No it is not mandatory to have web.config file in the web application Because when you create the applications in ASP.net machine.config file will automatically override the web.config file..........

The best way to delimit ASP.Net code from HTML code in your pages is by using --------------- tags.

Asked By: Interview Candidate | Asked On: Dec 4th, 2005

Skill/topic: beginnera) < body >b) < head >c) < script >

Answered by: uchi on: Sep 28th, 2011

C

Answered by: parham on: Oct 27th, 2009

< Script >

Explicitly kill a user session

Asked By: Rajamahendran | Asked On: Apr 27th, 2010

How do you explicitly kill a user session?

Answered by: kuldeep on: Sep 26th, 2011

Session.Abandon()

Which of the following are not a member of server object

Asked By: Interview Candidate | Asked On: Dec 4th, 2005

Skill/topic: advanceda) executeb) transferc) opend) HTMLdecode

Answered by: Ritesh on: Sep 17th, 2011

c) Open

Answered by: aparna on: Mar 24th, 2006

C) Open

Which one of the following namespaces contains the definition for idbconnection

Asked By: Interview Candidate | Asked On: Dec 4th, 2005

Skill/topic: advanceda) system.Data.Interfacesb) system.Data.Commonc) system.Datad) system.Data.Connection

Answered by: Praveen Kumar on: Aug 27th, 2011

C) System.Data

Answered by: balahari_in on: Aug 28th, 2008

System.Data.Common

Which objects is used to create foreign key between tables?

Asked By: Interview Candidate | Asked On: Dec 4th, 2005

Skill/topic: advanceda) datarelationb) datarelationshipc) dataconstraintd) datakey

Answered by: Praveen Kumar on: Aug 27th, 2011

A) DataRelation

Answered by: cylops on: Apr 19th, 2006

DATA RELATION is the correct answerThe below lines gives the reason:-DataRelation:-A link between two datatable classes within a dataset class. Used for foreign key and master /detail relationship.(For further clarification refer to Wrox Publication C# Professional third edition Page 687)

Which of these namespaces used for fileaccess

Asked By: Interview Candidate | Asked On: Dec 4th, 2005

Skill/topic: beginnera) system.Iob) system.Io.Isolatedstoragec) system.Directoryservicesd) all of these

Answered by: robin on: Aug 27th, 2011

A. System.IO

Answered by: ibalaji1987 on: Mar 4th, 2011

System.IO

App_code folder in ASP.Net 2.0

Asked By: sbehera02 | Asked On: Mar 31st, 2008

What is the purpose of app_code folder in ASP.Net 2.0?

Answered by: Anto on: Aug 22nd, 2011

I've class files from outside the app_code directory .. you have given the answer without store class files inside the app_code directory cant create dll while runtime..i can access my class file from our site or not also while runtime dll will create for my class file or will not create

Answered by: vipul14u on: May 26th, 2009

The App_Code folder is meant to store your classes, .wsdl files, and typed datasets. Any of these items stored in this folder are then automatically available to all the pages within your solution. Th...

Where do you store the information about the user locale

Asked By: Interview Candidate | Asked On: Dec 4th, 2005

Skill/topic: intermediatea) system.Userb) system.Webc) system.Drawingd) system.Web.Ui.Page.Culture

Answered by: Balaji Jayaraman on: Jul 25th, 2011

D) System.Web.UI.Page.Culture

Answered by: aparna on: Mar 24th, 2006

option D: SYSTEM.WEB.UI.PAGE.CULTURE

What is the lifespan for items stored in viewstate

Asked By: Interview Candidate | Asked On: Dec 4th, 2005

Skill/topic: advanceda) exists for the life of the current pageb) 20 minsc) 2 minsd) 2 sec

Answered by: Arunkarthick on: Jul 19th, 2011

1:Exists for the life of the current page(to the same page).

Answered by: rajthiru on: Oct 30th, 2009

Exists for the Life of the current page

First | Prev | | Next | Last Page

 

 

Connect

twitter fb Linkedin GPlus RSS

Ads

Interview Question

 Ask Interview Question?

 

Career Counselling

 Have Career Question?

 Ask Chandra

 Ask Only Career questions.

Follow us:
 

Latest Questions

Ads

Interview & Career Tips

Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, click "Subscribe".