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 :-(
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 :-(