-
-
-
-
-
-
-
How do you optimize a query?
my interviewer asked me to optimize q query in 2 mins... how will you do it. He wanted to test my approach .. nothing specific to any query.
-
-
-
-
-
-
-
-
-
What is IPostBack? How to use it?
System.Web.UI.Ipostback event handler interface to raise event responses on the server to postback calls from the client. This can be a bit tricky, and I would recommend thoroughly examining what you might gain from it that you could not achieve otherwise. For further documentation, look at the "Capturing Postback Events" entry of the .NET Framework Developers Guide.
-
What’s the difference between Response.Write() andResponse.Output.Write()?
Skill/Topic: BeginnerA) Response.Output.Write() allows you to flush outputB) Response.Output.Write() allows you to buffer outputC) Response.Output.Write() allows you to write formatted outputD) Response.Output.Write() allows you to stream output
-
What is the default session out time
Skill/Topic: BeginnerA) 20 SecB) 20 MinC) 1 hr
-
Whch of the following is not a member of Response Object?
Skill/Topic: AdvancedA) ClearB) WriteC) ExecuteD) Flush
-
Which of the following is not a member of ADODBCommand object
Skill/Topic: AdvancedA) ExecuteReaderB) ExecuteScalarC) ExecuteStreamD) OpenE) CommandText
ASP.NET Interview Questions
Ans