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
Which is the parent class of the web server control?
To bind columns manually which tags do you need to add within the asp:datagrid ?
Can we set master page as a start page?
Describe session handling in a webfarm, how does it work and what are the limits?
What is the used of "ispostback" property?
What type of code, client-side or server-side, is found in a code-behind file of a Web page?
Which library is used by the testers and developers to develop automated tests and create testing tools?
What is the asp.net control toolkit?
Define static constructor?
What is page fragment caching?
How ViewstateMac works?
What is the purpose of App_Code folder in ASP.NET? Why we this?
What are the different validators in asp.net?
What is gridview in asp.net?
Explain the difference between panel and groupbox classes using .net?