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?
ASP interview Questions 1
How ASP works?
What are the Server Variables?
Difference between response.redirect and response.transfer?
Difference between POST and GET?
What is response and request objects?
Visual Basic 6.0 (VB 6) Interview Questions 2
Does VB 6 support inheritance?
How to make a Textbox read only?
How to prevent from executing 2 instance of one application?
How to play Multimedia (MID, WAV) files?
How to forcefully reread current disk using file dialogue box?
Visual Basic 6.0 (VB 6) Interview Questions 1
1. How to apply same formatting to all the control placed on one form?
2. How to display CAPITAL LETTERS in a textbox?
3. What is IFF statement?
4. Define Error handling in vb6?
5. How to convert an RGB value to long or vice versa?