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
Dhimesh Parmar
NA
126
14.4k
i have a problem to datepiker contol format issue using grid
Feb 28 2018 6:30 AM
<asp:TemplateField HeaderText="BrithDate">
<ItemTemplate>
<asp:Label ID="lblBrith" runat="server" Text='<%#Bind("brithDate") %>'></asp:Label>
</ItemTemplate>
<EditItemTemplate>
<asp:TextBox ID="txtDate" type="date" Text='<%#Eval("brithDate"%>' runat="server"></asp:TextBox>
</EditItemTemplate>
</asp:TemplateField>
i need help for format matching in datepicker control using function which type of function create for datepicker.
Reply
Answers (
1
)
How to download a sql script file of database in C#?
Update Specific Textbox in sub Winform from External App