[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Christine

1/2/2003 11:54:00 AM

I have a datagrid which allows users to add rows to it
with a button click.

The new row will contains textboxes and buttons.

The buttons are supposed to pop up a javascript calendar,
which allows users to choose a date and the date chosen
will be reflected in a textbox.

However, once the buttons are clicked, the page will be
postback and the new datagrid row will be gone.

I need a way to prevent the new datagrid row to disappear
in order to input the date.

Thanks in advance for any help.