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 top .net class that everything is derived from?
What are different types of jit ?
How to retrieve images in sql server database through vb.net?
Explain convert.tostring and i.tostring method?
What are the objects in asp.net?
Which properties are used to bind a DataGridView control?
How can we store decimal data in .net?
Name the two main parts of .net?
Explain code security?
Explain about the feature anonymous type?
What are nested classes?
Explain about garbage collection?
Explain how to send xml file on server using http protocol?
Which classes a dll can contain?
What is branching logic control in VB.NET?