in my aspx code-behind i have the
TextBox1.Attributes.Add("onBlur", "return OnDateSelected(+ Convert.ToDateTime(this.TextBox1.Text).ToShortDateString() + "')");
and in my javascript function i have
function OnDateSelected(args)
{
//show the modal popup extener ???????????????????
}
Its all about coding!
--------------------------
Don't forget to click "Mark as Answer" on the post(s) that helped you.