Select from following answers:- OnLoad()
- OnPageload()
- OnInit()

- OnPostback()
- All Above
OnInit() method is called when an ASP.Net page is initialized, this would be the most appropriate place to attach an event to its event handler.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator