hi,
i have just started learning ASP. i m doing database connectivity in ASP. my problem is with the insert query.
i have a page "form.asp" for taking input from user. after entering data when user clicks the next button, page "display.asp" have to be displayed. i m using POST method with my form. now i m confused where to write the insert query??? either in form.asp or display.asp??? or there should be an intermediate page between these two pages that contains only the insert query???? i m really confused and want some help.
thanks