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 do you mean by serialization and deserialization?
What is the difference between import system.data.sqlclient and system.data.oledb?
Explain the advantages of vb.net?
Explain some of the exclusive features which are present in vb?
Explain the difference between dispose and finalize()?
What are different types of jit ?
How do you retrieve the customized properties of a .net application from xml .config file?
Explain internal keyword in .net framework?
What are the various open source tool available for VB.NET?
What is visual basic.net culture?
Name some of the features of C# which are not present in VB.NET?
How to achieve Polymorphism in VB.Net?
What do you mean by serialization?
Explain jagged array in vb.net?
Explain enumerator?