how to get sum of two numbers in vb.net?

Answer Posted / rinkymishra

dim x,y,z as integer
x=(textbox1.text)
y=(textbox2.text)
z=x+y
textbox3.text=z

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the advantage of using system.text.stringbuilder over system.string?

696


What is difference between import system.data.sqlclient,system.data.oledb?

633


What’s the difference between private and shared assembly?

766


Write a VB.Net console program to check whether a number is perfect or not.

7099


How to store images in sql server database through vb.net?

588






What are the advantages of vb.net and c#?

736


Explain an assembly and its use?

603


What is sealed class?

685


How to execute VB.NET PROJECTS,VB6.0 PROJECTS AND write their test cases.Need Reply Urgently

2100


Explain clr?

649


What are the advantages of migrating to vb.net?

642


Explain the difference between vb 6 and vb.net?

621


What do you mean by serialization and deserialization?

622


What is the significance of delegates. Where should they be used?

578


What is the significance of delegates. Where should they be used? What are the situations where we require them?

615