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 according to whatever value is passed to it from this control. Problem is, I’m not exactly sure how to do this. I’m sure it’s easy and I should know, but I don’t.
Thanks in advance!
In your user control expose a property for the value
Then in your aspx page load, just reference the user control’s value.
Edit, I just tried changing my syntax to vb.net, I don’t actually know vb, so that syntax may or may not be right.