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 the function of the ViewState property?
What is directive in asp net?
I have created a configuration setting in my web.config and have kept it at the root level. How do I prevent it from being overridden by another web.config that appears lower in the hierarchy?
How to communicate via Remote proxy with Client? a)MarshalByRef b)Marshal by Value or Any thing else?
Where is the view state data stored in asp net?
What's the difference between viewstate and sessionstate?
What are the advantages of using Master Pages?
Explain the difference between server.transfer and response.redirect? Why would I choose one over the other?
What is http request and response?
What is semantic gap?
Name the namespace which is used by ado.net?
Contrast OOP and SOA. What are tenets of each ?
Is react a template engine?
What is postback request?
What are resource file and how do we generate resource file?