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
How to send xml file on server using http protocol?
Explain the observations between vb.net and vc#.net?
What are the shared variables?
How to execute VB.NET PROJECTS,VB6.0 PROJECTS AND write their test cases.Need Reply Urgently
What is a literal control?
Define clr?
Explain about the keyword must inherit?
Explain manifest?
What is the difference between a "jagged array" and multidimensional array" ?can anyone show me it practically ?
What is option strict?
Explain the difference between value and reference types?
Explain cls?
What are all the parts of .net framework?
Explain how to send xml file on server using http protocol?
What is multiple form in vb?