i have two textboxes...
when i enter date of birth in 1st textbox ..textbox2 display age
o/p like
textbox1 value =01/01/2000
texbox2=14
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
sudipta sanyalPosted May 15, 2014, 3:39 AM
in page_load
datepicker.Attributes.Add("onchange", "getAge();");