Click here to Skip to main content
15,881,600 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,

i have textbox1 and textbox2
i used numbers in textbox1
1
2
3
4
when i click the button it shows sum of textbox values
in textbox 2 i e = 10

my question is if i click print preview dialog it should be show print preview like below
1
2
3
4
------
10
-------
if i used
1
2
3
4
5
6

print preview wil be
1
2
3
4
5
6
----
21
----

plz help
Posted

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900