Click here to Skip to main content
15,909,953 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In my project we are calling one page in jquery dilog box ,so the add employee page is opening in juery pop up

but problem is that date time picker or calender extender is not working in that pop up

Ankita Mali
Posted
Updated 8-Mar-13 20:27pm
v2
Comments
Anurag Sinha V 9-Mar-13 2:52am    
hi..
post some code...your problem cnt be understood wdout the code...

regards
anurag
Ankita M 9-Mar-13 2:57am    
$(document).ready(function () {
$("#addemp").dialog(
{
modal: true,
autoOpen: false,
open: function () {
$(this).load('AddEditEmp.aspx');
},
height: 410,
width: 367,
position: [220, 110],
title: 'Add Employee'
});


want to add datetime picker in AddEditEmp.aspx page

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900