break
Jun 7

I have seen this problem in the following scenario: You type some input in a textbox, you hit enter and when you are expecting the retrieve/submit button (based on the wording you are using) to return a result set, instead you get this pop-up:

If this is your scenario, I have a recommendation for you: Use an asp.net panel, and assign a DefaultButton to your panel ( usually the name of your retrieve/submit button )
For example:
<asp:panel id="Panel1" runat="server" defaultbutton="btnRetrieve">
If you have a different solution, with a different scenario, let me know.

Jan 13
Feb 23
Aug 18
Jun 6
May 21