InputBox autocomplete mystery ...

J

Jethro

Hi all,

am working with an ASP.NET 2.0 web applicationk, which has a
control :

<asp:TextBox ID="UserId" runat="server" Font-Size="9pt" Width="231px"
CssClass="SmallFormEntry" TabIndex="1"></asp:TextBox>

which renders as :

<input name="ctl00$MainPlaceHolder$UserId" type="text"
id="ctl00_MainPlaceHolder_UserId" tabindex="1" class="SmallFormEntry"
style="font-size:9pt;width:231px;" />

However, for some reason, this textbox doesn't work with my IE7
autocomplete feature. However, another page, with the same code *does*
work.

Can anyone give me clue as to what I could try checking to see why
one page works, and the other doesn't ? This is driving me mad, as
it's the Admininistration page login screen, and my boss is fed up of
having to keep enter his user id :-(
 

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

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top