PC Review


Reply
Thread Tools Rate Thread

AutoComplete in ASP:TextBox control in ASP.NET 1.1

 
 
rbg.net@gmail.com
Guest
Posts: n/a
 
      17th Jan 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
 
      17th Jan 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


<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>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
Rate This Thread
Rate This Thread:

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
TextBox with AutoComplete axel Microsoft Dot NET Framework Forms 0 8th Dec 2007 03:21 PM
AutoComplete in ASP:TextBox control in ASP.NET 1.1 rbg.net@gmail.com Microsoft ASP .NET 1 17th Jan 2007 11:34 PM
Autocomplete Textbox JosephByrns Microsoft Dot NET Compact Framework 1 15th Sep 2006 03:23 PM
Autocomplete in textbox venu Microsoft ASP .NET 0 29th Mar 2006 06:44 AM
Re: VERY STRANGE BUG? Adding a textbox control causes other textbox control to fail??? S. Justin Gengo Microsoft ASP .NET 0 16th Jul 2003 07:51 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:34 AM.