Today I've tested the Silverlight Validation Framework in the Visual Studio 2010 beta 2. I downloaded the assemblies, then i added the assembly references on the project, and then i tried to compile the project. But the compiler found the following
Read More...
If you need to create a Tex Box control in Multiline mode as you can do in the ASP.NET, check this tip . You just need to add the AcceptReturn property on your Text Box control as the following sample: <TextBox x:Name="textBox1" AcceptsReturn="True"
Read More...