Hi:

im building a web based .NET application. this is the situation. i have the following text boxs:

1. Equipment#From 2. #ofEquipments 3. Equipment#To

what i'd like to do is that a user enters 1.( something like T-8900), the he enters 2.(e.g.5), then the application should get 3.(which should be T-8905), you add the #ofEquipments to the Equipment#From to get Equipment#To. How should the code be written?

thanks for your help.