VB6 Interview Questions
1. Difference between Msgbox Statement and MsgboxQ function?
2. How to set a shortcut key for label?
3. Define the scope of Public, Private, Friend procedures?
4. difference between DAO, RDO and ADO?
5. Define MTS (Microsoft Transaction Server)?
VB6 Interview Questions
1. Explain ADO objects?
2. Explain OLE and DDE?
3. Names the contorl Which can not be placed on MDI?
4. What do ByVal and ByRef mean and which is the default?
5. what are Advantage of ActiveX Dll over Active Exe?
ASP (Classic) Interview Questions 3
Define LOCAL and GLOBAL variables in ASP?
Write few ASP components Names?
Describe Scripting Objects?
Define FileSystemObject object?
Define Dictionary object?
ASP(classic) interview questions 2
Why we use Option Explicit in ASP pages?
What is the default Scripting Language of ASP?
What is a session object?
Define Cookies? Does Cookies creating on server?
Can we use different scripting language in one ASP Page?
VB6 Interview Questions 3
What are the difference between ActiveX DLL and ActiveX EXE?
Define a vb6 component?
What is difference between Modal and Moduless form?
What is in-process and out-of-process?
Name the tools which are displayed in toolbox by default?
ASP (classic) Interview Questions
Why QueryString values not work with Server.Execute method?
How to get computer name and/or IP address of the server where we uploaded ASP files?
What are the cons of using Request.ServerVariables(”HTTP_REFERER”)?
How to prevent ASP pages from caching (saving files in the memory)?
Why can’t we turn buffering off using response.buffer method?