TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
prasanna Thummala
NA
3
1.5k
Calender Extender in user control is not rendering sometimes
Jul 8 2013 2:52 AM
Here is the my code:UserCVontrol
<asp:TextBox Width="70" ID="txtStartDate" runat="server" Style="margin-left: 10px;"
oncopy="return false" oncut="return false" onpaste="return false" onKeyPress="javascript: return false;"
onKeyDown="javascript: return false;" />
<input id="imgStartDate" type="image" src="../Images/datePickerPopup.gif" />
<ajaxToolkit:CalendarExtender ID="ceCheckInDate" runat="server" TargetControlID="txtStartDate"
PopupButtonID="imgStartDate" PopupPosition="BottomLeft" Format="dd/MM/yyyy" CssClass="calendar">
</ajaxToolkit:CalendarExtender>
Here is unable to paste the screen shot output:
In output window even coud not see the default text/alttext of the image of the control
Attachment:
output.zip
Reply
Answers (
2
)
update progress
SEARCHING THROUGH AJAX