-
-
-
-
-
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
-
How do we Delete, Update, Select data in a Dataset
Skill/Topic: AdvancedA) Using SQLDataAdapterB) Using SQLDataReaderC) Using SQLCommandD) None
-
What is a strong name?
Skill/Topic: AdvancedA) Public KeyB) Private KeyC) Combination Of both Public,Private key and digital signature
-
What is the purpose of Reflection?
Skill/Topic: AdvancedA) For Reading metadata at runtimeB) For knowing version of assemblyC) For finding path of an assembly
-
Which of the following are not a member of Server Object
Skill/Topic: AdvancedA) ExecuteB) TransferC) OpenD) HTMLDecode
-
-
-
-
-
-
-
ASP.NET Interview Questions
Ans