Webform Autocomplete Question: PLEASE READ!

From: Scott (anonymous_at_discussions.microsoft.com)
Date: 02/05/04


Date: Thu, 5 Feb 2004 11:43:27 -0800

I have a webform that I would like to use the autocomplete
feature for all my textboxes. My textboxes are the
<ASP:Textbox /> control. The only way I seem to be able
to get autocomplete to work on the text boxes is to have
an <INPUT type="submit"> control on my web page and then,
after filling in a textbox to have the user hit ENTER (not
TAB or clicking out of the box). They then have to tab to
the next box, or click over. Of course, the page then
gets posted once the validation rules are meet.

Is there anyway I can get this autocomplete feature to
work without having the user hit ENTER (and then TAB)
after filling in each box?

Thank you for your help!



Relevant Pages

  • Re: vb as front end of a fortran dll
    ... How does one link the logic of this so that the command ... If the Textboxes are related then consider putting them in a Control ... values that vb has to give fortran in a manner that fortran expects. ...
    (microsoft.public.vb.general.discussion)
  • Re: Calculations on a Continuous Form
    ... if the control name is txtYield, ... > I think I was creating a circular reference, but if I am, I'm not sure how ... > In the footer, I want to get the product of the Yield textboxes. ... > don't know how to refer to the Yield textboxes in a continuous form. ...
    (microsoft.public.access.forms)
  • Re: VBA user, first time on Vbasic. Need help referencing a control
    ... you are getting back a String object and ... This would give you comprable results to a VB 6 control array. ... In addition to the Masked TextBoxes I also need to ... controls that need to be altered all have the same naming convention ...
    (microsoft.public.dotnet.general)
  • Re: AC07 combo boxes--is this a bug?
    ... What I can't get to work is the autocomplete. ... I can select the same record/entry in the drop ... Control Source: artiID ...
    (comp.databases.ms-access)
  • Re: How to cancel client side validation control from server when page loads
    ... Table control to contain the TextBoxes and Validator controls. ... Protected WithEvents lnkTabOne As System.Web.UI.WebControls.LinkButton ... End Sub ...
    (microsoft.public.dotnet.framework.aspnet)