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 types of workflow in the WF?
Write the difference between server-side validations and client-side in Web pages?
What improvements are prepared in CAS in .NET 4.0?
Explain the function of .WebPart file do?
Why the data validations should be performed at a client side?
What are validation controls? How many validation controls are present in ASP.NET 4.0?
Differentiate between Web server controls and HTML?
Write the differences between HTML and XML.
Illustrate the term event bubbling?
How we can dynamically add the user controls to the page?
18,76,764
1955443 Asked
3,689
Active Tutors
1449639
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!