i have a jquery datepicker it is working fine in all pages
When i put this code in TabContainer it is not working.
Please help me in this.
below is the link for jquery files i am using, but in code i am refering from my script.
Below i have gine the code.
$(document).ready(function () {
var daysToAdd = 4;
$("#txtFromDate").datepicker({
dateFormat: "dd/mm/yy"
});
$("#txtToDate").datepicker({
dateFormat: "dd/mm/yy"
});
});
$(function () {
$("#chkAddUserYes").change(function () {
var ischecked = $(this).is(":checked");
if (ischecked) {
$("#chkAddUserNo").removeAttr("checked");
}
});
$("#chkAddUserNo").change(function () {
var ischecked = $(this).is(":checked");
if (ischecked) {
$("#chkAddUserYes").removeAttr("checked");
}
});
})
.style1
{
width: 90%;
height: 52px;
}
body {
background-image: url(./Resource/1aaa-new.png);
background-repeat: no-repeat;
background-attachment: fixed;
background-position:center;
}
#tblDetails0
{
height: 240px;
}
#tblDetailsSH
{
height: 266px;
}
Height="311px" Width="446px">
Register
style="border-color: #808080" width="50%">
style="margin-left: 0px" Text="Vin Search" />
Font-Names="Times New Roman" Font-Size="Large" Text="User Name : ">
Font-Names="Times New Roman" Font-Size="X-Large">
Text="Show Room Manager / Retail Sales Manager" Font-Bold="True"
Font-Names="Times New Roman" Font-Size="X-Large" Font-Underline="True">
Font-Bold="True" Font-Names="Times New Roman" Font-Size="Large">
Font-Names="Times New Roman" Font-Size="Large" Text="Date" ToolTip=" ">
Font-Names="Times New Roman" Font-Size="Large" Text="Time">
Text="Customer is willing to visit the showroom" Font-Bold="True"
Font-Names="Times New Roman" Font-Size="Large">
AutoPostBack="True" Font-Bold="True" Font-Names="Times New Roman"
Font-Size="Large">
AutoPostBack="True" Font-Bold="True" Font-Names="Times New Roman"
Font-Size="Large">
Text="Appointment Detail" Font-Bold="True" Font-Names="Times New Roman"
Font-Size="Large">
Font-Names="Times New Roman" Font-Size="Large" Text="Date">
Font-Names="Times New Roman" Font-Size="Large" Text="Time">
Manas MohapatraPosted Aug 2, 2017, 11:13 AM
Thahir HussainPosted Aug 3, 2017, 2:06 AM
Thahir HussainPosted Aug 2, 2017, 9:33 AM
Manas MohapatraPosted Aug 2, 2017, 9:24 AM