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 feature which is common to all .net languages?
What is the use of system.diagnostics.process class?
What is an application domain? how they get created?
When do you use virutal keyword?
Name the two main parts of .net?
What are the features present in vb 2005?
What do you mean by Redim in VB.NET?
What’s the difference between private and shared assembly?
Explain how does the xmlserializer work?
How do you script this scenario in QTP using VB? Verify XML attributes in XML message against XSD and data mapping of fields to Oracle tables? Verify data in XML to data in a defined table?
How would you implement inheritance using vb.net?
What is difference between metadata and manifest?
How to store decimal data in .net?
described weak typing?
What are the features of c# which are not present in vb.net?