asp.net - Unexpected postback happening on a user control -


we creating new user control using boiler plate template our application. noticed anytime textbox on new user control has focus , enter key pressed, form executes postback. happens if autopostback on text box set true. no other user controls in our app behave way. of places me look?

thanks!

this default browser behaviour.

check answer here turn off.

hdi: disable postback on html input box


Comments

Popular posts from this blog

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -