Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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.

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)

Posted
I noticed this as well, I disregarded it as a feature... As you already mentioned, that is the workaround I use as well.

~Nate�

___________________________________________

Please use the [vb]/[cs] tags on posted code.

Please post solutions you find somewhere else.

Follow me on Twitter here.

  • Leaders
Posted
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.
[sIGPIC]e[/sIGPIC]
Posted

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.

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)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...