previous page troublehttp://forums.asp.net/t/1374468.aspx/1?previous+page+troubleWed, 28 Jan 2009 05:55:59 -050013744682884641http://forums.asp.net/p/1374468/2884641.aspx/1?previous+page+troubleprevious page trouble <p>&nbsp;Hi I created a control in visual basic with 3 dropdownlists in it.<br> When someone select a value frop ddl1, ddl2 will be filed with data.<br> I'm using an updatepanel because I don't need to reload the whole site everytime<br> </p> <p>&nbsp;When dropdownlist 2 is filled and I go to another website using a link and go back by using the browers &quot;back&quot; button my updatepanel doesn't work at all <br> The selectedvalue from the first dropdowlist can't be read by visual basic.<br> Even when I change the index nothing happens. <br> my update panel broke and I need to reload the page to make it work.<br> I hope I explained my problem clear. Can somebody help me?<br> </p> 2009-01-22T14:06:03-05:002896951http://forums.asp.net/p/1374468/2896951.aspx/1?Re+previous+page+troubleRe: previous page trouble <p>Hi pbwbart,</p> <p>AjaxControlToolkit has provided a useful extender CascadingDropDown which can achieve your goal.<br> Please refer to:<br> <a href="http://www.asp.net/AJAX/AjaxControlToolkit/Samples/CascadingDropDown/CascadingDropDown.aspx">http://www.asp.net/AJAX/AjaxControlToolkit/Samples/CascadingDropDown/CascadingDropDown.aspx</a><br> <a class="" href="http://www.asp.net/learn/ajax-videos/video-77.aspx">How Do I: Use the ASP.NET AJAX CascadingDropDown Control Extender?</a></p> <p>If you insist on using your original logic and save the history of asynchronous page refresh, please refer to this link: <a href="http://weblogs.asp.net/jimwang/archive/2009/01/05/ajax-history-and-asp-net-ajax-preview-3.aspx"> http://weblogs.asp.net/jimwang/archive/2009/01/05/ajax-history-and-asp-net-ajax-preview-3.aspx</a></p> <p>Best regards,</p> <p>Zhi-Qiang Ni<br> </p> <p>&nbsp;</p> 2009-01-28T05:55:59-05:00