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 simple data binding?
What is class and object in asp.net?
To get the values in two different controls to match which control you use it?
What are sessions used for?
Describe the Server Control Events of ASP.NET?
How can we access static variable?
How Session outproc in Sqlserver stored?
What is a user session?
Is asp.net web forms dead?
What is the question mark in a url?
How do I open an ashx file?
In a page I have gridview with options of select and delete using hyperlink when I am selecting any one of then it has to open another page how can it?
Define a web service in .net?
What are the types of validation in asp net?
How do you design a website with multilingual support in ASP.NET ?