accept two no from user add two no and save the sum into DB
help me i want to learn ASP
Collapse
X
-
Originally posted by jagguaccept two no from user add two no and save the sum into DB
Please write your question in plain English. It is very difficult for us English speakers to understand when you don't phrase your comment in a question and you use non-standard abbreviations and jargon. please read the posting guidelines. -
Originally posted by jhardmanHi, jaggu, welcome to the scripts developer network.
Please write your question in plain English. It is very difficult for us English speakers to understand when you don't phrase your comment in a question and you use non-standard abbreviations and jargon. please read the posting guidelines.
Moved to forum section.Comment
-
Originally posted by jagguaccept two no from user add two no and save the sum into DB
for adding two numbers you can use two text boxes.and a submit button.
Put all them in a form.
Whenever the submit button will be clicked after inserting two numbers in the textboxes the page should be directed to another page, where should be the database connection code, for the database where you want to save your result.Comment
Comment