Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I have been working on an application using vb.net and asp.net. While taking inputs on the form the user can click on a calender option, where a separate windows open to dispaly the calender. Once a date is selected the date is displayed in the date text box on the form. This program runs fine on my machine and have no errors, no matter how many times i select different dates. But when i try to run the same application from any other machines and open the calender option a runtime error is displayed (even though the selected date correctly appears in the date text box). The following is the error:

 

Runtime Error

 

ln 38:

 

document.getElementById'(...)' is null or not an object

 

-----

 

Why is it working on my machine and not on any other machine? what can i do to fix this?

 

Thanks,

 

Kool

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...