texter
Junior Member
Posts: 2
Registered: 7/16/2004
Member Is Offline
|
| posted on 7/16/2004 at 09:39 PM |
|
|
asp page with 2 submit buttons...calendar loses input values when second button is clicked
on the same server side asp page ,input boxes & a main submit button and a second input box and submit button sharing the same form.
when i click the second button the first input boxesdo not retain their values.
is this a client-server issue?
|
|
|
tigra
Administrator
Posts: 1976
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 7/17/2004 at 01:00 AM |
|
|
When form actually gets submitted the only way to block input field from being passed to the server side is clearing its value in event handler on
client side.
What about other input fields? Do you receive their values when form is submitted by second submit button?
|
|
|