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


Please Help Members By Posting Answers For Below Questions

What are the asp.net 2.0 features?

547


What is a postback ispostback and autopostback in asp net?

475


Give 2 examples for scenarios when routing is not applied?

596


Explain the difference between AutoPostBack and IspostBack in ASP.NET?

598


What are demand-paging and pre-paging?

572






What are the validation controls available in ASP.NET?

540


Which property needs to be set for script manager control to extend the time before throwing time out expection if no response is received from the server?

537


Hello, Using Visual Studio 2005 (VB) I am working to create a Web Site implementing the following: Within a gridView I have placed a dropdownlist control with a DataSourceID="SDSLkupList". SDSLkupList is a sqlDataSource used to store a lookup list for dropdownlist translation from ID to text. SDSLkupList contains the translation text and other fields related to the dropdown selection ID. (Thought it would be efficient to get everything at the same time.) I would like to provide the user the ability to select from the dropdownlist and, based on the selection, use labels to list related columns stored on the SDSLkupList in separate gridView columns. I have read that SqlDataSources are not meant to be used for individual controls. Since SDSLkupList contains all related information, is there a way to do a find using the dropdownlist selectedValue? (I was not able to discover one.) Otherwise, what should I use? It would need to set the labels on the gridView DataRowBound event as well as the SelectedIndexChanged events. Has anyone done this? Any help would be appreciated. Thanks in Advance. Neal

1367


Which browsers support the xmlhttprequest object?

513


What are Session states available and its Uses?

1691


When was asp.net released?

564


what is silver light when will we use silver light,

1437


What is slidemaster?

464


What New Features comes with ASP.NET Web API 2.0?

541


What is the difference between the asp and asp.net?

483