Welcome to Comunidade Bloggers |create|it| Sign in | Join | Help

António Vargas - SharePoint 2010


.Net
SharePoint
Silverlight

February 2010 - Posts

Visual Studio Build Error (HRESULT 0x80131515)
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...
How to create a Text Box control in Multiline mode
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...