hughessunglow
New Member
I have big problem in simple task... On asp.net page is Multiview with two views,In first View I have ajax timer, which count seconds from 60 to 0. Time is showing on label, in updatepanel. I would to call my c# function which do some things and change active view in the end.How can i do this ?I tried to check in Timer_tick event, if seconds == 0, i calling function, but it isn't working.I tried also Timer1.Enabled = false, but it isn't working too.I think, that i must use Javascript, but how ? I don't know where and how... I don't know Javascript yet.