views:

23

answers:

1

Hi Guys,

textbox has autopostback=true , and onTextChanged="ShowHours" , i am using textbox and calender datetime picker.when i select a date from picker date is binding to textbox .how to fire the event when value is there?

regards kumar

A: 

without a postback you will need to add a piece of javascript

David