Go to Google Groups Home    Liverpool Users of .Net
Re: [luodn] Re: form autocomplete in asp.net

Matt Kelly <m...@mattkelly.me.uk>

You can prevent ASP.Net from generating the long IDs by overriding either
ClientId or NamingContainer (I forget which).

2009/2/9 Paul Kinlan <paul.kin...@gmail.com>

> I thought the auto form complete used "name"s to get the auto fill
> information and not the id.

> I can't recall if asp.net mangles the name tag too.

> Paul.

> 2009/2/9 Thom Shannon <t...@glow-internet.com>

>> Does anyone know of a way to help browsers with their form autocomplete
>> when you've got an asp.net form with long client ids.

>> Basically a way of mapping "p_ctl06_ProfileAddress2TextBox" to "address"