What is the Difference between a sub and a function?
Answer Posted / aaa
Function returns a value, Sub doesn't.
Function can be called from within a cell, similar to
=Today() function.
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
What is il in vb.net?
How do you define the lease of the object in .net?
How viewstate is being formed and how it's stored on client in .net?
Tell us what is a variable of implicit type and what is its scope?
How many types of generations are there in a garbage collector?
What is common language specification (cls)?
What are the differences between user control and server control?
Explain dataset.acceptchanges and dataadapter.update methods in .net?
Write a program to create a user control with name and surname as data members and login as method and also the code to call it.
Tell about your technical profile ?
Explain how com+ related to the dna architecture?
Explain when should you use .net web forms over asp.net mvc?
What is manifest in .net?
What is a serviced component?
How to prepare parametrized (with more than one parameters) crystal report.pls tell me the code procedure, if any body can?