Ok, my problem is, i have made a map and tab control on my page where they will cause the page to refresh, this way i can still use onclick on my button to go, but i am having difficulty figuring out how i can make it search if enter is pressed on the textboxes.

Textbox's textchanged event is raised if when the next time the form is submitted, the text is different.. any object submitting the page will run this function, so it's out.

in classic ASP you can give objects the same name and then check that names value to see which was used.. since i actually need every field though, this way wouldnt possibly work, and im not sure if this is even still possible in .net

is there a way to find out which control caused the page to be submitted to the server? or is there any other way i can achieve this?