Sub-procedure and Function
State the major difference between the sub-procedure and function?
Expert
Sub-procedure is a block of multiple visual basic statements within the Sub and End Sub statements. It is used for performing specific tasks, like changing properties of the objects, data displaying, and receiving or processing an output. A sub-procedure can be defined anywhere in the program, such as in modules, structures, and classes. Arguments in the sub-procedure can be specified; but, it does not return a new value.
Function is also a set of statements within the Function and End Function statements. It is similar to the sub-procedure and performs the same task.
Main difference between the function and the sub-procedure is that, the sub-procedures do not return a value while functions do.
State the various advantages of cloud services?
Explain the concept of Web services.
Explain the function of a CustomValidator control?
Describe the concept of Bookmarks in WF 4.0.
What are the enrichment in the ClickOnce deployment in the .NET 4.0?
State different types of literals?
Specify different ways of deployment which are supported by .NET Framework 4.0.
Write the difference between the WindowsDefaultLocation and WindowsDefaultBounds properties?
Illustrate the difference between import System.Data.SqlClient and System.Data.Oledb in brief?
Explain two properties of GridView control which specifies to turn on paging and sorting.
18,76,764
1933864 Asked
3,689
Active Tutors
1448136
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!