calende option disappeare after deploying my code in server
-
Hello. Our programmer created a VS2005 Crystal Report that uses the calendar control . It seems to work fine when viewed locally but when we publish it to the web server which is W2K Server the Calendar control's image is not showing with a red X and some text box fields look like they're enabled but can't click on to them. Does anyone know what we need to do to make the Calendar control and other text box fields work when we publish them to our webserver? Thanks in advance.
-
Hello. Our programmer created a VS2005 Crystal Report that uses the calendar control . It seems to work fine when viewed locally but when we publish it to the web server which is W2K Server the Calendar control's image is not showing with a red X and some text box fields look like they're enabled but can't click on to them. Does anyone know what we need to do to make the Calendar control and other text box fields work when we publish them to our webserver? Thanks in advance.
amitamit099 wrote:
Our programmer created a VS2005 Crystal Report that uses the calendar control
:wtf: I think you mean Calendar control in the web page that used as input to your report. I think the image path applied to the calendar control is not present there. Check whether you have deployed the images when you publish. We often exclude image folder and see its working with WebDev server and publish to get this nasty errors.. :-D
Abhishek Sur
My Latest Articles **Create CLR objects in SQL Server 2005 C# Uncommon Keywords Read/Write Excel using OleDB
**Don't forget to click "Good Answer" if you like to.