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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASP Table need to add records - Newbie to ASP

Status
Not open for further replies.

sthibodeau

Technical User
Aug 12, 2003
39
0
0
US
Please help - Very Confused

I have a Access DB and i have designed a ASP page with all the bounded Input Text boxes.

The problem is when i run the ASP it shows the last record. I have built an add button and i bel successfully set it up, but when i click it, it does nothing!

You can see the it in action at:


BTW - I am using GL6

Please help...
 
First of all, there is a very good ASP forum here on Tek-Tips and they're specialized in ASP:
forum333 haven't defined your form in the asp page, so no POST or GET is executed:

<form name=&quot;whatevername&quot; action=&quot;asppagetorun.asp&quot; method=&quot;post&quot;>
...
</form>

And your button has nothing associated to it (onClick)

But I strongly recommend that you post the question to the ASP gurus over there.


HTH


[pipe]
Daniel Vlas
Systems Consultant

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top