Community Page
- www.emadibrahim.com Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- Excellent post! I've been looking for a way to DRY up my own code as well and your post led me on the right way.
- Thanks a lot.It works also with SQL Server 2008 Express and NetworkService instead of LocalSystem.
- There is another validation toolkit called Validator Toolkit for ASP.NET on Codeplex.com. See http://www.codeplex.com/MvcValidatorToolkit
- Is that a compile error or runtime error? Did you copy & paste the code correctly? Sometimes the browser messes up the code formatting. Other than that you should add a breakpoint and examine...
- Hi Emad I just tried your code, but it is throwing me an error at this part: var x = (from result in resultXml.Descendants("nodeKeyVal") ... It tells me : error CS1026: ) expected Do you...
Jump to original thread »
This drove me crazy for about half an hour…
I attached this style to a button
<Style x:Key="NavButtonStyle" TargetType="Button">
<Setter Property="Opacity" Value="0.8"></Setter>
<Sett ... Continue reading »
I attached this style to a button
<Style x:Key="NavButtonStyle" TargetType="Button">
<Setter Property="Opacity" Value="0.8"></Setter>
<Sett ... Continue reading »
1 year ago
1 year ago