Problem with adding a button handler
ASP.NET
3
Posts
3
Posters
0
Views
1
Watching
-
Hello, Is it possible to add an event handler to a button outside the page load? And if it is possible please tell me how or give me a clue. Tnx
-
Hello, Is it possible to add an event handler to a button outside the page load? And if it is possible please tell me how or give me a clue. Tnx
You can add it in any event before the viewstate is saved. OnInit will be good place.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions