I have been give the salary and hra of manager,supervisors and workers.
Now i want to take the name,address,ph no ,designation from user .
then take that name address and ph no along with the default calculated salry,hra from first form to be displayed on second form.
So that a customer can print his salary receipt.
Eg:
Name:
Address:
Ph No:
Salary:
HRA:
without loadind name, address etc into database ,how can i transfer those info into next webform of the same website in asp.net and using c#.
thanx in advance.