Friday, January 25, 2008

Problem with IE autocomplete

I tried to enable AutoCompetion for my Login control in DotNetNuke but IE just refused to remember by password (username was stored). However, when I tried it in Firefox it worked like charm.

I search some forums and found out that IE has problem with AutoCompletion when there is more than 2 textboxes on a page.

I solved the problem by editing the Login.ascx and Login.ascx.vb files in DotNetNuke to remove unnessesary textboxes and I also removed the search textbox by editing the skin.

After those changes IE manages to remember the password aswell as the username.

No comments: