asp.net - Page_load event not firing but page_init is -


i have aspx page, work calling stored procedure.

if leave page time , click asp.net button click event not fire. if attach process using debugger , put break points in button.click, page.load , page.init events breakpoint fires off page.init.

in circumstances can happen?

i using tcp socket. using ajax. can of these things cause happen? down timeout issues?

thanks

just close this. down session ending. sorry waste everyones time.

on plus side have answered (and been accepted) first question :)


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -