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
How to display validation messages in one control?
How do you declare static variable? What is its lifetime?
What symbol specifies the beginning of a query string?
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
What is difference between viewstate and session in asp net?
What is view state and how it works in asp net?
What is the difference between CLICK and MOUSE DOWN Event ?
Are cookies client side or server side?
What is dynamic web page with example?
Which protocol is used to call web service?
How can you dynamically add user controls to a page?
What language does asp.net use?
What are the different types of validation controls provided in ASP.NET?
What is directive in asp net?
how to transfer the file from client to server using asp.net