in asp.net in design field i have DOB(date of birth) for that i want to use calendar to choose the date,day,month year
in asp.net in design field i have DOB(date of birth) for that i want to use calendar to choose the date,day,month year
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Satyapriya NayakPosted Dec 26, 2011, 12:25 PM
Try this...
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="calender._Default" %>
Thanks