Click here to Skip to main content
16,017,788 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear experts,

I have an ASP.NET app (C#) targeting the 4.0 Framework.

On one particular page I reference the AjaxControlToolkit and Sysytem.WebExtensions, and in the markup I use an UpdatePanel containing Triggers and a ContentTemplate. The trigger is a RadioButtonList, and I'm using a DatePicker on one textbox, and a Watermark on another textbox.

I have my website running on my local development machine which displays no problems whatsoever - datepicker and watermark are present and no postback when I change the selcted item in my RadioButtonList - sweet!

I also have the same code uploaded to the production website, on the same server as the dev code, however the date picker and the watermark are nowhere to be seen and every time I change the selected item for the RadioButtonList the whole page is posted back.

how to solve my issue..?

am using .net 4.0 and ajax control toolkit version is 3.0.30930.28736 and IIS7.5 production server

if any modification on versions and web.config file..?





please give any suggestions and ideas..

thank and regards
Posted
Updated 7-Mar-13 3:31am
v4
Comments
Srinivasan Vinayagam 7-Mar-13 5:48am    
Have you ensured AjaxControlToolkit.dll is available in bin folder
[Reply by OP]

ya.. AjaxControlToolkit.dll is available in bin folder
Santhosh23 7-Mar-13 6:01am    
ya.. AjaxControlToolkit.dll is available in bin folder
Santhosh23 7-Mar-13 10:13am    
AjaxControlToolkit.dll is available in bin folder
bbirajdar 7-Mar-13 11:42am    
in bin folder on production ??

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900