mike55 Posted February 8, 2006 Posted February 8, 2006 Hi all I'm not sure if my problem is a bug, or if its the first signs that I am going crazy. I drop my buttons or textboxes or any other control onto the page and then go to rename the ID of the control. After typing in a new unique id, I hit the return key, however instead of changing the controls id to the id I entered, vs.net changes the name back to the default value. The only way that I can change the Id of a contol is to go into the http source of the page, locate the code for the control and change the Id in the source. Has anyone experienced this problem before? Mike55. Quote A Client refers to the person who incurs the development cost. A Customer refers to the person that pays to use the product. ------ My software never has bugs. It just develops random features. (Mosabama vbforums.com)
Nate Bross Posted February 8, 2006 Posted February 8, 2006 I noticed this as well, I disregarded it as a feature... As you already mentioned, that is the workaround I use as well. Quote ~Nate� ___________________________________________ Please use the [vb]/[cs] tags on posted code. Please post solutions you find somewhere else. Follow me on Twitter here.
Leaders snarfblam Posted February 8, 2006 Leaders Posted February 8, 2006 I had the same exact problem with Windows Forms menus in VS 2003 standard. Unfortunately, it is hard thing to Google, but clearly you are not alone. Perhaps you should submit this to Microsoft as a bug. It is not desired or expected behavior and I doubt that it is a "feature." My best guess is that it is a bug that inaccurately keeps track of what needs to be serialized between the designer and the generated code. Quote [sIGPIC]e[/sIGPIC]
mike55 Posted February 9, 2006 Author Posted February 9, 2006 I have noticed another problem in that if I have multiple controls on a page, and I change the properties on one control and then go straigh to the properties of another control on the same page, the environment does not recognise that I have changed to a new control. Mike55. Quote A Client refers to the person who incurs the development cost. A Customer refers to the person that pays to use the product. ------ My software never has bugs. It just develops random features. (Mosabama vbforums.com)
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.