Mr.Muddassar.
My scenario is I have on text box with date (dd-MM-yyyy). I am using ajax in this text box as you explain in Ajax date format link
I need this date display into another text box with format yyyyMMdd on click the button
Because the invoice Number needs the yyyyMMdd-00001 when the user select the date.
How can do this.
Me.txtSoNo.text=me.txtSODate.text.tostring("yyyyMMdd")
error is
System.FormatException: Input string was not in a correct format.
Pls advice me how to do it
Thank you
maideen