what is the Difference between Dim Object as object AND dim
obj as myform?



what is the Difference between Dim Object as object AND dim obj as myform?..

Answer / pratap557

Object is a keyword, declaring itself as Object instance is
not allowed, while obj is the instance of the class myform

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

what is the differance between native code & managed code?

5 Answers   Microsoft,


can u any one tell me clearly where is stored cache datas?

2 Answers   Apollo,


How would ASP and ASP.NET applications run at the same time on the same server?

0 Answers   Satyam,


Distinguish between Server-side and Client-side code with its functionality?

0 Answers   Siebel,


What is the namespace used to store the information about the user?s locale?

1 Answers   NeoSoft, Siebel,






How to manage pagination in a page?

2 Answers  


To get the values in two different controls to match which control you use it?

0 Answers   Siebel,


What is inproc and outproc?

0 Answers  


Explain swagger components.

0 Answers  


When does a session actually start?

0 Answers  


Which tool you have done?

0 Answers  


If I'm developing an application that must accommodate multiple security levels though secure login and my ASP.NET web application is spanned across three web-servers (using round-robin load balancing) what would be the best approach to maintain login-in state for the users?

7 Answers   Syntax Softtech,


Categories