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

Reload Page after button click to display new data

Status
Not open for further replies.

jofarrell

Programmer
Mar 21, 2001
178
US
Can anyone suggest a way to reload an ASP page that is basically a dynamic table after the click of a button which user enters required date fields to enable data to be displayed? Its a Time Sheet table so I would like any data added prevously to be displayed once they have chosen their time period.

I have the form loading all items available for time entry, now I just need some way to refresh form or reload it when extra data is added.

Thank you in advance.

Joanne
 
This may helpfull to your qs;
use pagename.reload();
or pagename.refresh();
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top