Prafful Yewale
Prafful Yewale

Reputation: 1

How to code for date picker on the popup form in asp.net

I have created a popup form in asp.net using ajax modalpopupextender. Now I need to add date picker on the popup form. I tried using calendar extender but the calendar appears at the back (behind) the pop up form. Pls help me with this issue...

Upvotes: 0

Views: 113

Answers (1)

DSA
DSA

Reputation: 780

Based on your current scenario, it can be issue with css only. Check z-index of you calendar control over your popup control.

Upvotes: 1

Related Questions