Skip to main content
Home Learn Videos All Implementing Password Validation
Presented by:Jesse Liberty
July 10, 2009 | Duration: 21:45
Login to Rate
:( Error
0 0
Select Your Format
Install Silverlight Stepping through the code to examine applying validation techniques to the Password entry box.
Member
1 Points
#1 April 08, 2009 9:04 AM
Hi, please fix the URL of CS source code.
http://download.microsof t.com - you have space in URL.
10 Points
#2 April 08, 2009 10:57 AM
download.microsoft.com/.../Slidentity_CS.zip
30 Points
#3 April 09, 2009 2:06 AM
Another Very good video example. I'm a beginner and the of open and save function will help me in my project. Thanks
Jean-Marc Flamand
Project: mpeapps.com/SilverlightLoadsheetLayout1TestPage.aspx
#4 April 12, 2009 2:27 PM
I installed the following softwares
Silverlight 3 Beta Tools for Visual Studio
Microsoft Expression Blend 3 Preview
Silverlight Toolkit
I am getting "sllauncher.exe - Application error" when i m trying to install silverlight application into my local computer?
3 Points
#5 April 14, 2009 3:45 AM
Hey Tim:
I used Mike's exact CS code from MIX and hosted it on a separate machine and also tried it on my hosting service and neither one updated after making changes to the source -XAP. BTW, this is exactly what happened with Mike's demo onstage which leads me to suspect it is not just a problem with the VS-Cassini server. I also tried to get the Slidentity demo to update working on both apps for hours with no luck. Basically, the "ExecutionStateChanged" event never fires at OOB startup.
Ken
438 Points
#6 April 16, 2009 12:29 PM
Cool concept. I liked the serializing xml idea :)
13 Points
#7 July 29, 2009 10:12 PM
Good Stuff!
Where can I find the source code for the .Net RIA Services? The download sourcecode downloads the video.
thanks again
#8 September 14, 2009 4:36 PM
When I run this project I keep getting "Arguement Exception was unhandled by User Code" - it works as intended if I run without debugging. Is there some fix to this or is there a flaw in the code?
2 Points
#9 October 13, 2009 6:49 AM
I'm experiencing the same as MoodyLoner. Any ideas why we'd be getting ArgumentException was unhandled? I assume since the object is bound to the LayoutRoot.Datacontext the exception should propagate up to the UI.
#10 October 14, 2009 6:45 AM
Figured it out - need to run VS without debugging. Ctrl-F5 and exceptions are handled on the UI.
Thanks Jesse for this helpful example!
You must be logged in to leave a comment. Click here to log in.