what is the Difference between Dim Object as object AND dim
obj as myform?
Answer Posted / 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 View All Answers
What is owin authentication?
What is the difference between executescalar and executenonquery?
Explain the different types of assemblies?
What is gridview in asp.net?
Which is faster viewdata or viewbag?
What is caching? What are different ways of caching in asp.net?
What is the difference between equals() and == in c#?
What is the main differences between asp and asp.net?
What is the difference between a page theme and a global theme?
What are different types of authentication techniques that are used in connection strings to connect .net applications with microsoft sql server?
What is difference between Server.Transfer and Response.Redirect in ASP.NET?
What is the used of "ispostback" property?
What is application in asp net?
How does asp net store session ids by default?
How can we inherit a static member?