-
How to open more than one datareader at a time
Skill/Topic: AdvancedA) Use different datareader variableB) Use different datareader and connection variableC) Can not be done
-
Which method do you invoke on the DataAdapter control to load your generated dataset with data?
Skill/Topic: AdvancedA) LoadB) FillC) GetAllD) None
-
What is the size of the session ID
Skill/Topic: AdvancedA) 32 bit long stringB) 32 bit long doubleC) 32 bit long characterD) 32 bit long integer
-
Which control supports paging
Skill/Topic: IntermediateA) RepeaterB) DatagridC) BothD) None
-
Select the type Processing model that asp.net simulate
Skill/Topic: IntermediateA) Event-drivenB) StaticC) LinearD) TopDown
-
Which one of the following namespaces contains the definition for IdbConnection
Skill/Topic: AdvancedA) System.Data.InterfacesB) System.Data.CommonC) System.DataD) System.Data.Connection
-
The best way to delimit ASP.Net code from HTML code in your pages is by using --------------- tags.
Skill/Topic: BeginnerA) < Body >B) < Head >C) < Script >
-
Which objects is used to create foreign key between tables?
Skill/Topic: AdvancedA) DataRelationB) DataRelationshipC) DataConstraintD) Datakey
-
What is the out put of the following codebyte a=200;byte b=100;byte c=a+b;Response.Write ( C );
Skill/Topic: AdvancedA) 300B) Compile Time errorC) Run time ErrorD) Just prints “C”
-
How do you manage states in asp.net application
Skill/Topic: IntermediateA) Session ObjectsB) application ObjectsC) ViewstateD) CookiesE) All of the above
ASP.NET Interview Questions
Ans