Not sure of your issue without seeing your code. You may want to check outhttp://www.asp.net/AJAX/Documentation/Live/overview/UpdatePanelOverview.aspx for how to use the UpdatePanel and Triggers.
Also, make sure AJAX is setup correctly in your app:http://blogs.visoftinc.com/archive/2007/09/23/asp.net-ajax--updatepanel-not-working--common-problems.aspx
-Damien
Thank you for the quick reply. I was able to find a fix, though it still makes little sense. I moved the variable setting via a Request to a conditional on pageload for postback or not [so it would only occur the first time]. This solved my problem, but I see no reason why it would.
No comments:
Post a Comment