In my IIS 5 Test Environment, I have a ModalPopup come up and show some options that are populated from a DB. When I hit the "Save" button on the Panel, it hits my click event handler and updates the DB, then repopulates the page with data without a postback.
In IIS 6, on my production server, it posts back the entire page on that button click. Why is it doing this in production, but not on my machine's environment?
________________________
ASP.NET 1.1/2.0 Developer
VB.NET Developer