AISepberege
New Member
Has anyone run into a situation in which VS adds code to the IntitializeComponents () method of a page that causes certain commands to execute twice? For example, clicking on a given event in the property page of a VS managed aspx file causes a skeleton of the event code to be generated (like the Delete command), at the same time VS will place a line into InitializeComponents () that - if left as is - will cause the Delete code to run twice. Which is not a good thing<BR><BR>Thanks,<BR>Thomas