where to put .asp code into html code

Please support our ASP.NET advertiser: Intel Parallel Studio Home
Reply

Join Date: Oct 2004
Posts: 44
Reputation: ultimate_fusion is an unknown quantity at this point 
Solved Threads: 0
ultimate_fusion ultimate_fusion is offline Offline
Light Poster

where to put .asp code into html code

 
0
  #1
Feb 20th, 2005
as above
i need to know WHERE to put some code for a button to submit some data captured then transfer to an access database.

any help would be gratefull
Reply With Quote Quick reply to this message  
Join Date: Sep 2004
Posts: 8
Reputation: daastan is an unknown quantity at this point 
Solved Threads: 0
daastan daastan is offline Offline
Newbie Poster

Re: where to put .asp code into html code

 
0
  #2
Feb 25th, 2005
hi ,
i really need help i have created two pages first is Where User will create there user id and password ,also they will make payments to subscribe to our services, once they are done with payment and if it get accepted by paypall and they will be generated a userid and password which is actually what they just created for themselves. my question is if its possible ? do i have to email them password and userid. ? if the first option is true how can i do this. I have rented Sqlserver 2000 i mean some spcae created a tabel. PLEASE HELP!!!!!!!!!!many thanx in advance.
Thank You.
Daastan
Reply With Quote Quick reply to this message  
Join Date: Feb 2005
Posts: 1,181
Reputation: hollystyles will become famous soon enough hollystyles will become famous soon enough 
Solved Threads: 67
hollystyles's Avatar
hollystyles hollystyles is offline Offline
Veteran Poster

Re: where to put .asp code into html code

 
0
  #3
Feb 25th, 2005
This is not something you are going to learn overnight my friend!


You are going to need to study ASP.NET to learn how to get the data from the user form, authentication methods and cookies etc..

You are going to need to study SSL to learn how to retreive data SECURELY from the user (you mention payments)

You are going to need to study Webservices to process the payment (I advise finding a host that does this for you, I use pipeten.com)

You are going to need to study ADO.NET to put the data in/get data from your database.

You don't need to send the password in the email but you will want to send a URL with a GUID in the query string for them to click that you saved earlier against their created account in your DB.

You need to study the System.Web.Mail namespace in .NET to learn how to send email with .NET
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC