browser's textbox auto complete not working

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • TS

    browser's textbox auto complete not working

    I am using IE 7. I have a website running on my local machine (localhost)
    and auto complete doesnt work for any of the textboxes, but going to web
    sites on the internet does support this so i know the browser has this
    config turned on.

    any ideas why it doesnt work on my local web application (.net 2)?

    thanks


  • Steven Cheng [MSFT]

    #2
    RE: browser's textbox auto complete not working

    Hi TS,

    As for IE AutoComplete settings, you can check through the following
    configuration to see whether all those corresponding cache options as been
    selected.

    Tools-->options-->Content tab --"AutoComple te settings"

    Also, you can open "tools-options--general tab---browser history" and use
    the "Delete" button to try deleting all those cached data in IE to see
    whether this will help.

    So far based on myresearch, only find the following reference about IE
    autocomplete issue:

    #Internet Explorer 7 AutoComplete


    #The AutoComplete feature does not work in Windows Internet Explorer 7


    BTW, since the problem occurs for your local asp.net web application, does
    it occurs for every page or if you create a new web application hosted on
    local host?

    Sincerely,

    Steven Cheng

    Microsoft MSDN Online Support Lead


    Delighting our customers is our #1 priority. We welcome your comments and
    suggestions about how we can improve the support we provide to you. Please
    feel free to let my manager know what you think of the level of service
    provided. You can send feedback directly to my manager at:
    msdnmg@microsof t.com.

    =============== =============== =============== =====
    Get notification to my posts through email? Please refer to
    Find official documentation, practical know-how, and expert guidance for builders working and troubleshooting in Microsoft products.

    ications.

    Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
    where an initial response from the community or a Microsoft Support
    Engineer within 1 business day is acceptable. Please note that each follow
    up response may take approximately 2 business days as the support
    professional working with you may need further investigation to reach the
    most efficient resolution. The offering is not appropriate for situations
    that require urgent, real-time or phone-based interactions or complex
    project analysis and dump analysis issues. Issues of this nature are best
    handled working with a dedicated Microsoft Support Engineer by contacting
    Microsoft Customer Support Services (CSS) at
    http://msdn.microsoft.com/subscripti...t/default.aspx.
    =============== =============== =============== =====
    This posting is provided "AS IS" with no warranties, and confers no rights.

    --------------------
    >From: "TS" <manofsteele1@n ospam.nospam>
    >Subject: browser's textbox auto complete not working
    >Date: Fri, 23 May 2008 08:23:01 -0500
    >
    >I am using IE 7. I have a website running on my local machine (localhost)
    >and auto complete doesnt work for any of the textboxes, but going to web
    >sites on the internet does support this so i know the browser has this
    >config turned on.
    >
    >any ideas why it doesnt work on my local web application (.net 2)?
    >
    >thanks
    >
    >
    >

    Comment

    • TS

      #3
      Re: browser's textbox auto complete not working

      New web applications dont seem to have the issue, looks like its just this
      existing application.

      My application uses custom server controls but i have created this new
      application and have referenced the project containing custom server
      controls and i used the textbox control on the page and it has auto complete
      so that proves its not the custom server controls



      "Steven Cheng [MSFT]" <stcheng@online .microsoft.comw rote in message
      news:1ORqbCuvIH A.1788@TK2MSFTN GHUB02.phx.gbl. ..
      Hi TS,
      >
      As for IE AutoComplete settings, you can check through the following
      configuration to see whether all those corresponding cache options as been
      selected.
      >
      Tools-->options-->Content tab --"AutoComple te settings"
      >
      Also, you can open "tools-options--general tab---browser history" and
      use
      the "Delete" button to try deleting all those cached data in IE to see
      whether this will help.
      >
      So far based on myresearch, only find the following reference about IE
      autocomplete issue:
      >
      #Internet Explorer 7 AutoComplete

      >
      #The AutoComplete feature does not work in Windows Internet Explorer 7

      >
      BTW, since the problem occurs for your local asp.net web application, does
      it occurs for every page or if you create a new web application hosted on
      local host?
      >
      Sincerely,
      >
      Steven Cheng
      >
      Microsoft MSDN Online Support Lead
      >
      >
      Delighting our customers is our #1 priority. We welcome your comments and
      suggestions about how we can improve the support we provide to you. Please
      feel free to let my manager know what you think of the level of service
      provided. You can send feedback directly to my manager at:
      msdnmg@microsof t.com.
      >
      =============== =============== =============== =====
      Get notification to my posts through email? Please refer to
      Find official documentation, practical know-how, and expert guidance for builders working and troubleshooting in Microsoft products.

      ications.
      >
      Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
      where an initial response from the community or a Microsoft Support
      Engineer within 1 business day is acceptable. Please note that each follow
      up response may take approximately 2 business days as the support
      professional working with you may need further investigation to reach the
      most efficient resolution. The offering is not appropriate for situations
      that require urgent, real-time or phone-based interactions or complex
      project analysis and dump analysis issues. Issues of this nature are best
      handled working with a dedicated Microsoft Support Engineer by contacting
      Microsoft Customer Support Services (CSS) at
      http://msdn.microsoft.com/subscripti...t/default.aspx.
      =============== =============== =============== =====
      This posting is provided "AS IS" with no warranties, and confers no
      rights.
      >
      --------------------
      >>From: "TS" <manofsteele1@n ospam.nospam>
      >>Subject: browser's textbox auto complete not working
      >>Date: Fri, 23 May 2008 08:23:01 -0500
      >
      >>
      >>I am using IE 7. I have a website running on my local machine (localhost)
      >>and auto complete doesnt work for any of the textboxes, but going to web
      >>sites on the internet does support this so i know the browser has this
      >>config turned on.
      >>
      >>any ideas why it doesnt work on my local web application (.net 2)?
      >>
      >>thanks
      >>
      >>
      >>
      >

      Comment

      • Steven Cheng [MSFT]

        #4
        Re: browser's textbox auto complete not working

        Thanks for your reply TS,

        So the problem has been confirmed to be web application specific. Is the
        web application hosted in IIS or just a simply directory run by VS test
        server? If it is not necessary to keep the original folder name or place, I
        suggest you try creating a new web site and move the original page or other
        files into the new website application to see whether the problem will go
        away.

        Sincerely,

        Steven Cheng

        Microsoft MSDN Online Support Lead


        Delighting our customers is our #1 priority. We welcome your comments and
        suggestions about how we can improve the support we provide to you. Please
        feel free to let my manager know what you think of the level of service
        provided. You can send feedback directly to my manager at:
        msdnmg@microsof t.com.

        =============== =============== =============== =====
        Get notification to my posts through email? Please refer to
        Find official documentation, practical know-how, and expert guidance for builders working and troubleshooting in Microsoft products.

        ications.

        =============== =============== =============== =====
        This posting is provided "AS IS" with no warranties, and confers no rights.



        --------------------
        >From: "TS" <manofsteele1@n ospam.nospam>
        >References: <OxcChgNvIHA.49 52@TK2MSFTNGP05 .phx.gbl>
        <1ORqbCuvIHA.17 88@TK2MSFTNGHUB 02.phx.gbl>
        >Subject: Re: browser's textbox auto complete not working
        >Date: Tue, 27 May 2008 12:27:40 -0500
        >New web applications dont seem to have the issue, looks like its just this
        >existing application.
        >
        >My application uses custom server controls but i have created this new
        >application and have referenced the project containing custom server
        >controls and i used the textbox control on the page and it has auto
        complete
        >so that proves its not the custom server controls
        >
        >
        >
        >"Steven Cheng [MSFT]" <stcheng@online .microsoft.comw rote in message
        >news:1ORqbCuvI HA.1788@TK2MSFT NGHUB02.phx.gbl ...
        >Hi TS,
        >>
        >As for IE AutoComplete settings, you can check through the following
        >configuratio n to see whether all those corresponding cache options as
        been
        >selected.
        >>
        >Tools-->options-->Content tab --"AutoComple te settings"
        >>
        >Also, you can open "tools-options--general tab---browser history" and
        >use
        >the "Delete" button to try deleting all those cached data in IE to see
        >whether this will help.
        >>
        >So far based on myresearch, only find the following reference about IE
        >autocomplete issue:
        >>
        >#Internet Explorer 7 AutoComplete
        >http://www.maximumpcguides.com/inter...-autocomplete/
        >>
        >#The AutoComplete feature does not work in Windows Internet Explorer 7
        >http://support.microsoft.com/default.aspx/kb/942090
        >>
        >BTW, since the problem occurs for your local asp.net web application,
        does
        >it occurs for every page or if you create a new web application hosted on
        >local host?
        >>
        >Sincerely,
        >>
        >Steven Cheng
        >>
        >Microsoft MSDN Online Support Lead
        >>
        >>
        >Delighting our customers is our #1 priority. We welcome your comments and
        >suggestions about how we can improve the support we provide to you.
        Please
        >feel free to let my manager know what you think of the level of service
        >provided. You can send feedback directly to my manager at:
        >msdnmg@microsof t.com.
        >>
        >============== =============== =============== ======
        >Get notification to my posts through email? Please refer to
        >>
        http://msdn.microsoft.com/subscripti...ult.aspx#notif
        >ications.
        >>
        >Note: The MSDN Managed Newsgroup support offering is for non-urgent
        issues
        >where an initial response from the community or a Microsoft Support
        >Engineer within 1 business day is acceptable. Please note that each
        follow
        >up response may take approximately 2 business days as the support
        >professional working with you may need further investigation to reach the
        >most efficient resolution. The offering is not appropriate for situations
        >that require urgent, real-time or phone-based interactions or complex
        >project analysis and dump analysis issues. Issues of this nature are best
        >handled working with a dedicated Microsoft Support Engineer by contacting
        >Microsoft Customer Support Services (CSS) at
        >http://msdn.microsoft.com/subscripti...t/default.aspx.
        >============== =============== =============== ======
        >This posting is provided "AS IS" with no warranties, and confers no
        >rights.
        >>
        >--------------------
        >>>From: "TS" <manofsteele1@n ospam.nospam>
        >>>Subject: browser's textbox auto complete not working
        >>>Date: Fri, 23 May 2008 08:23:01 -0500
        >>
        >>>
        >>>I am using IE 7. I have a website running on my local machine (localhost)
        >>>and auto complete doesnt work for any of the textboxes, but going to web
        >>>sites on the internet does support this so i know the browser has this
        >>>config turned on.
        >>>
        >>>any ideas why it doesnt work on my local web application (.net 2)?
        >>>
        >>>thanks
        >>>
        >>>
        >>>
        >>
        >
        >
        >

        Comment

        Working...