S
Sonu.NET
Hello,
I have the following code:
dFromDate = CDate(sBillFromDate) - It works great on my server.
When I publish the project to a diff. server I get the following error:
conversion from string "" to type 'date' is not valid
Not sure how to fix this.
Any help would be great.
Sonu
I have the following code:
dFromDate = CDate(sBillFromDate) - It works great on my server.
When I publish the project to a diff. server I get the following error:
conversion from string "" to type 'date' is not valid
Not sure how to fix this.
Any help would be great.
Sonu