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
What is the advantage of using system.text.stringbuilder over system.string?
What is difference between import system.data.sqlclient,system.data.oledb?
What’s the difference between private and shared assembly?
Write a VB.Net console program to check whether a number is perfect or not.
How to store images in sql server database through vb.net?
What are the advantages of vb.net and c#?
Explain an assembly and its use?
What is sealed class?
How to execute VB.NET PROJECTS,VB6.0 PROJECTS AND write their test cases.Need Reply Urgently
Explain clr?
What are the advantages of migrating to vb.net?
Explain the difference between vb 6 and vb.net?
What do you mean by serialization and deserialization?
What is the significance of delegates. Where should they be used?
What is the significance of delegates. Where should they be used? What are the situations where we require them?