Is it possible to capture a button click during the Page_Init?
I have a page that has a dropdown list on it. Usually it has 2 to 3 dates. When I change the date, it autopostbacks and when it hits Page_Init, it loads a list of entries into a table, each row having a checkbox.
When I want to Submit the checkboxes, the page is running Page_Init first, obviously. I don't need to do that. I can't use a Page.IsPostBack restriction because I don't want to run anything in the Page_Init when the button is clicked, it will run after the Process is ran, and redirects back to the page.
Is there any way possible to not have the Page_Init load first, but have the button process run, then redirect back to the page, and bam, I have my page back?
________________________
ASP.NET 1.1 Developer
VB.NET Developer