I am creating a user control in ASP.NET (using VB) that uses the autocomplete ajax control on a textbox to get a value. Then I want the page to post back and run some code
((NameOfPage)this.Page).VariableOnPage = this.Foobar;