tags:

views:

31

answers:

1

The type 'Sdi.Pss.Site1' already contains the definition for 'logout'

The type 'Sdi.Pss.Site1' already contains the definition for 'btnfresh'

The type 'Sdi.Pss.Site1' already contains the definition for 'lblshow value'

+1  A: 

You can fix it by changing the ids of the controls. It sounds like you copy/pasted some controls and thus have two with id logout etc. Just do a quick search and rename the duplicates.

klausbyskov