Showing posts with label perfectly. Show all posts
Showing posts with label perfectly. Show all posts

Monday, March 26, 2012

CallBack Fails

In my website I had a callback function that works perfectly fine, but sometimes it fails and doesn't work.

I am not getting the point of failure. Is there any reason for callback failing.

Please post the code, callbacks can fail when you register the same call back function somewhere else, also remember that every control in that page will received the callback.

Wednesday, March 21, 2012

CalendarExtender problem in production server

Hello:

I've a strange problem with CalendarExtender Control. When I'm designing web application on my computer, this control works perfectly. When the textbox for date got focus, calendarextender shows correctly etc...

So, my problem is when I upload my Published Web to production server (with ajax installed, and net framework 2.0 etc..) and I navigate on the web, calendar extender returns to me an error "Object doesnt support this property or method."

I don't understand which is the difference between my computer and production server. I have same installed (excluding visual studio Net on production server, of course)

Web Application consist (to simplify) in one script manager, one update panel wich two textbox with calendarextender inside and a gridview)


Could you help me? Any ideas??

Thanks!


Xabi

Has someone already installed the ASP.NET AJAX Extensions on the production server?


In addition, please also check is there any difference between the configurations on two server's IIS.