Home All Groups Group Topic Archive Search About
Author
25 Jul 2006 3:38 PM
CBKowitz
Has anyone encountered this problem in VS 2005?  I select the control ex. an
ASP TextBox.   go to the properties window and try to rename the ID to
something meaningfull and the cursor blinks/changes a couple of times and
then the ID is reset back to TextBox1.  I can change it directly in the HTML.

Thanks.

Author
26 Jul 2006 9:06 AM
Alessandro Zifiglio
hi, works real nice for me. When i try changing the id of a TextBox control
in the designer, refactoring is triggered and it starts looking through my
code and changes everywhere I had the old ID to the new ID i just supplied.
If the id i supplied is in use by another control, it pops out a dialog box
telling me this and reverts back to the old id.

Regards,
Alessandro Zifiglio
http://www.AsyncUI.net


Show quoteHide quote
"CBKowitz" <CBKow***@discussions.microsoft.com> ha scritto nel messaggio
news:A61F49DD-F06E-492A-98C4-CE2D194CF735@microsoft.com...
> Has anyone encountered this problem in VS 2005?  I select the control ex.
> an
> ASP TextBox.   go to the properties window and try to rename the ID to
> something meaningfull and the cursor blinks/changes a couple of times and
> then the ID is reset back to TextBox1.  I can change it directly in the
> HTML.
>
> Thanks.