Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Controls > AutoComplete in ASP:TextBox control in ASP.NET 1.1

Reply
Thread Tools

AutoComplete in ASP:TextBox control in ASP.NET 1.1

 
 
rbg.net@gmail.com
Guest
Posts: n/a
 
      01-17-2007
I know that there is a autocomplete property for the HTML "INPUT
type=text" control which if set to OFF, disables autocomplete of the
input textbox (doesn't remember previously entered values)

However there is no such corresponding property for the TEXTBOX ASP.NET
Webcontrol in ASP.NET 1.1.

I know that there is a AutoComplete Property in the TEXTBOX ASP.NET
WebControl in ASP.NET 2.0.
Thus I can use AutoComplete.Disabled property in ASP.NET 2.0 to disable
autocompletion of textbox.

My question is how I can disable autocomplete for TEXTBOX ASP.NET
Webcontrol in ASP.NET 1.1??

TIA

 
Reply With Quote
 
 
 
 
Mark Fitzpatrick
Guest
Posts: n/a
 
      01-17-2007
You can use the Attributes.Add() method of a control to write the proper
attribute, such as Attributes.Add("Autocomplete","Off"). I believe that's
the syntax but I haven't tried to turn off the autocomplete in code before.


--

Hope this helps,
Mark Fitzpatrick
Former Microsoft FrontPage MVP 199?-2006


<> wrote in message
news: ps.com...
>I know that there is a autocomplete property for the HTML "INPUT
> type=text" control which if set to OFF, disables autocomplete of the
> input textbox (doesn't remember previously entered values)
>
> However there is no such corresponding property for the TEXTBOX ASP.NET
> Webcontrol in ASP.NET 1.1.
>
> I know that there is a AutoComplete Property in the TEXTBOX ASP.NET
> WebControl in ASP.NET 2.0.
> Thus I can use AutoComplete.Disabled property in ASP.NET 2.0 to disable
> autocompletion of textbox.
>
> My question is how I can disable autocomplete for TEXTBOX ASP.NET
> Webcontrol in ASP.NET 1.1??
>
> TIA
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
AutoComplete - Ajax Control Toolkit shapper ASP .Net 0 10-09-2007 10:31 AM
AutoComplete control =?Utf-8?B?Ym9iYnk=?= ASP .Net 4 09-10-2007 08:39 AM
AutoComplete in ASP:TextBox control in ASP.NET 1.1 rbg.net@gmail.com ASP .Net 1 01-17-2007 11:34 PM
Enable autocomplete although site set autocomplete to off Frank Dohrmann Firefox 1 03-31-2006 11:28 PM
AutoComplete Drop Down From Bound Control Randy Rubin ASP .Net 1 07-16-2004 03:53 PM



Advertisments