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
Abdalla Elawad
NA
1k
214.8k
How to see Calendar Extender inside GridView c#
Aug 2 2017 9:00 AM
Hi Guys
I need to Create event to calendar in c#
<EditItemTemplate>
<asp:TextBox ID="TextBox11" Width="90" runat="server" Text='<%# Bind("Service_Start_Date", "{0:dd/MM/yyyy}") %>' TargetControlID="TextBox11" OnTextChanged="TextBox11_TextChanged" AutoPostBack="true"></asp:TextBox>
<ajaxToolkit:CalendarExtender ID="CalendarExtender1" TargetControlID="TextBox11" runat="server" Format="dd/MM/yyyy" />
Reply
Answers (
1
)
Same formula working in JavaScript but not in C#
Thread Suspend/ Thread Abort