mesg2anil
14 years agoRegular Contributor
Urgent: Date is vanishing from date field on aspx page
Hi,
I've a problem testing aspx (.net) page. When I insert value; date from excel sheet into date field in aspx application (Web application), the date is vanishing from the date object or field. Below is the code i'm using to copy the date from excel into application
I've a problem testing aspx (.net) page. When I insert value; date from excel sheet into date field in aspx application (Web application), the date is vanishing from the date object or field. Below is the code i'm using to copy the date from excel into application
MainFrame.document.all.Item("ucTermSheetDate_txtDate").value = (VarToString(Excel.Cells(j, 9)))
For your reference, I'm attaching the screenshot of the page and the object where I'm pasting the date.
Please look into this issue asap...