CodeCharge Studio
search Register Login  

Web Reports

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> .NET

 autocomplete

Print topic Send  topic

Author Message
RainerSchober

Posts: 4
Posted: 10/27/2005, 7:46 AM

I tried to turn off the autocomplete-feature of internet Explorer using autocomplete="off" within the <form> tag.

<form method="post" action="{Action}" name="{HTMLFormName}" autocomplete="off">

autocomplete="off" is not written to the HTML-Response to the user.

we cannot disable the autocomplete-feature of the internet explorer at all but we have to turn it off at our homepage.

best regards, Rainer
View profile  Send private message
E43509

Posts: 283
Posted: 10/27/2005, 8:04 AM

Unfortunately you have to modify the aspx file and not the html view.
<form runat="server" autocomplete="off">
This works but note that the aspx file is now 'custom' and won't regenerate in CCS.
So to get around this when you have design changes. Delete all of the text in the .aspx file go to design mode and do your changes then go to code mode and add in the autocomplete stuff

View profile  Send private message
Stan
Posted: 10/28/2005, 6:18 AM

Another way is custom code in page before show event. You can find the HtmlForm control in the page's Controls collection. Then, using attributes collection, add the desired attribute

formControl.Attributes.Add("autocomplete","off")
thx
Posted: 10/28/2005, 6:35 AM


Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Web Database

Join thousands of Web developers who build Web applications with minimal coding.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.