Author: ist0 | Posted on: 9/19/2010 4:59:05 AM | Views : 1035

Hi
Here is the case:
Web Site Project (NET 3.5), Web User Control with TextBox and Button Button has a public String property named 'BtnText', conresponding to Button.Text. Property is decorated with few Attributes [like Browsable(true)] and is visible in containing page. Containing page is standard aspx page
  When designing the containing page 'BtnText' control's property is visible in Editor's property pane and in Source mode Intellisense works fine, but in Editor's Design mode changing the property does not affect the Button.Text shown in designer. When web page is run everything is ok.
The picture below shows property cercled but the button.text is stil 'F2'
 
img source: Go to the complete details ...