Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to converting to asp.net page

Status
Not open for further replies.

kebele

MIS
Joined
Jul 31, 2006
Messages
107
Location
US
Hi all,
I have a page set up for the internal customers to order plan and proposal. This page was designed by previous employee using JavaScript code. Ffirst the user will fill out the mailing information and there is a textbox set up for each project and the customer can make the selection like below.

Enter Number Of Plan Sets Needed For This Job :

Enter Number Of Proposals Needed For This Job :

Enter Number Of CD Version Needed For This Job :

Once they fill out the selection and hit submit button the information will be send to three people via e-mail and the order will be ship out with the address they provided.
I can pull all the information from the database except the three text box shown above.
I am greately appreciate if someone give me a clue how this can be done or if there is an example out there that I should look at. I am also attached the link just for you to see what I am trying to accomplish. Thanks

 
>>I can pull all the information from the database except the three text box shown above.


dont get you, you want to save these data from now on? or is it a bug???

Known is handfull, Unknown is worldfull
 
Thank you for your response.What i am trying to do is to convert the page created using javascript to asp.net applicaion.
below is the link for you to look at it.User will fill out mailing info. and select from the projects if they want to get plans, proposal or Cd version of plans and proposal and when they click the submit button the information will be send to me and two other people.I am greately appreciate if give me a a clue how this can be done using asp.net . thanks again

 
hi,

how is the email being sent currently? Javascript does not have the capability to send emails.

Anyways, why are you trying to convert this to ASP.NET? if you want to then you have to do the following:
1. Create a usercontrol that has the 3 textboxes.
2. Repeat the usercontrol as many times as you want.
3. You must define properties in the user control to retrieve the text box values.

did that help???

Known is handfull, Unknown is worldfull
 
I try to look into this and found out that their is a code in the cig-bin that is being used to send e-mail.
The reason why i want to convert this to ASP.net is becasue currently the program is now working properly and when we post new project to the contractors I have to manually copy and paste all the information displayed on the form.As you can imagine, when we have a lot of project for the contractors to bid on the job it get tedious and boring to copy and paste.I was hoping the new asp.net 2.0 make my life easier and that is why i want to convert it to asp.net.
if possible can you give me an example how this can be done or point me to a good tutorial website. thank you for your help and time
 
hi,

you are looking for a way to read emails and save the data directly to the database???

Known is handfull, Unknown is worldfull
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top