Auto complete in aspnet

W

Wanda

I tried to have a textbox that have the autocomplete feature in my
aspx page!
It works when I have the AutoComplete under Tool
options|Contents|AutoComplete|Forms checked & with the following line
of code in my page_load sub

Me.txtbox.Attributes.Add("autocomplete", "on")

Where txtbox is a web forms textbox

However, what if the user doesn't have the autocomplete feature turn
on, it doesn't work then, how can I overwrite the autocomplete feature
of the client only to my site?

Any help would be greatly appreciated. Thanks in advance.

Wanda
 
S

Scott Allen

Hi Wanda:

I don't think it is possible, it is the user's decision to disable
features like autocomplete, client script, etc. I wouldn't want some
other application to come along and turn things on.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top