Click here to Skip to main content
15,887,683 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
In my source part i add

<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %>



and when i add property targetcontrolID="TextBox1" of Calenderextender then the calenderextender will be invisible from design part but is there in source part

give me u r solution calender exetender is not working
Posted
Comments
Sergey Alexandrovich Kryukov 25-Jul-11 2:54am    
What's not working?
--SA
OriginalGriff 25-Jul-11 3:15am    
Don't just create a new question to give beter information: use the "Improve question" widget instead.
I have deleted your older question.

1 solution

By the design part, I assume you mean the Visual Studio Designer. If so, this is the expected behaviour: the calendar pops up when the text box is clicked. Have you tested this when running your app?

You might find this[^] useful.

And this Ajax Control Toolkit Calendar example[^]
 
Share this answer
 

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