Advanced Forum Search Results
-
HI there, has anyone experienced the following problem with Beta 2?
I wrote a simple play button that has various visual states. One of these was a mouse rollover event. I had four of these of a page but I noticed the now and then when I hovered over one, they all changed states. I went through the code checking to see if I had done something ...
-
Has anyone experienced any problems with the Slider Control is SL2 beta 2.
Below is my code which is sitting against a page with a single slider control. The only event that seems to fire is the ValueChanged one. The other two do not respond.....Any ideas..help !
public partial class Page : UserControl
{public Page() ...
-
Hi everyone..hoping someone may have an answer to this.
I have a UserControl that needs to inherit some base functionality. This base functionality has been placed into a seperate class i.e
public class PageContent : UserControl
{......}
All UserControl then inherit from the above i.e.
public partial class Home : ...