Hello Folks, How are you all? I have an issue with Contract Date field, when I write date value through vb6 project to webform its working fine as using code below:
But when press command save? Webform still not see the value i send to it and error message shows as "Please enter value" while the date value exist in contract Date field (webform) as you can see in below Image. But for sure will not have this error if entered date directly to webform. Please is there any way to solve this issue? appreciated your help inadvance... Thank you
Code:
IE.Document.Forms.Form1.ctl00_ContentPlaceHolder1_dtContractDate_dateInput_text.Value = txtConDate.Text