473,486 Members | 1,597 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

browser's textbox auto complete not working

TS
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
Jun 27 '08 #1
3 4000
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 --"AutoComplete 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:
ms****@microsoft.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" <ma**********@nospam.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
Jun 27 '08 #2
TS
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]" <st*****@online.microsoft.comwrote in message
news:1O**************@TK2MSFTNGHUB02.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 --"AutoComplete 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:
ms****@microsoft.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" <ma**********@nospam.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

Jun 27 '08 #3
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:
ms****@microsoft.com.

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.

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

--------------------
>From: "TS" <ma**********@nospam.nospam>
References: <Ox**************@TK2MSFTNGP05.phx.gbl>
<1O**************@TK2MSFTNGHUB02.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]" <st*****@online.microsoft.comwrote in message
news:1O**************@TK2MSFTNGHUB02.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 --"AutoComplete 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:
ms****@microsoft.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" <ma**********@nospam.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


Jun 27 '08 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1736
by: george d lake | last post by:
Hi, Is there a way to have a "Auto Complete" textbox or a "editable" dropdown? Here is my problem. I have a screen that need to have a list of 800+ employees. To be a dropdown, that could be a...
6
2073
by: Winshent | last post by:
How do you stop form information being stored such as credit card info in a textbox?
8
30390
by: John | last post by:
Hi, I am developing an application using VB.Net and hope that the textbox can process features which are similar to auto-complete features in Window. For example, when user types "ap" in a...
0
1772
by: venu | last post by:
Hi All I need some help from u guys. iam working on aspx page.in this page i have lot fields. text boxes and dropdown lists .. First filed should be a autocomplete filed. this text has onblur...
0
1981
by: Waran | last post by:
I need to create a Auto suggests Textboox like in http://www.google.com/webhp?complete=1&hl=en I have completed this using AJAX.NET for Framework 1.1 . I have some design issues after the data is...
1
2263
by: Melson | last post by:
Hi Can anyone help please. How can I create a Auto complete textbox using C#. Please help. Regards Melson
1
5176
by: rocksoft | last post by:
Hi, i have devloping web application in Asp.net and c#, i have used ajax to achieve the auto complete text box, my company using visual studio 2003, ajax auto complete text box...
1
1496
parshupooja
by: parshupooja | last post by:
Hey All, I am working on vb.Net 2.0 Desktop application. Can any one suggest me how to do Autocomplete TextBox? I have 1 dropdown and one textbox dropdown has criteria such as Last Name, First...
3
1594
by: Stuti | last post by:
Hi, I need a text box control which can accept multi colored texts and can also support auto complete feature. I took a look at the richtextbox control which takes multi-colored text but it has no...
0
7094
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
6964
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7305
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5427
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
4863
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
3066
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3070
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1378
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
259
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.