Hi,
In my ASPX page I have an Ajax Control toolkit provided 'Auto Complete extended text box' (tried having explicitly stating AutoPostBack="false"
).
Auto Complete data is fetching data from the Web Service.
And it’s working fine.
But when focus is set in text box and I hit enter it causes a post back. Other than this 'Auto Complete Extender' and 'Extended Text Box' there is no control and not a single line of code which may enforce this.
I tried it in IE7 and IE8 both.
And the strangest thing I found is; when I just add another textbox control in my test page the problem mentioned above disappears.
Thanks in Advance Rajdip