[^]
trooper0814
Posts
-
Your job is not to write code? -
What do you call this job ?IT Analyst
-
I posted something about Monster yesterday... -
Want to learn ASP.NET -
So tired of programming the same crapTry out http://rulesengine.codeplex.com/[^]. I liked it. :cool: Rules Engine is a . NET C# project that validates business logic by defining a bunch of rules for your data classes. Rules are defined using a fluent-interface (fluent validation) helper class, and not by decorating your existing objects with attributes, therefore de-coupling validation logic from data (or domain) classes.
-
asp.net 2010 buttonUnder some circumstances, you might want to post one page to another page. For example, you might be creating a multi-page form that collects different information on each page. In that case, you can configure certain controls (those that implement the IButtonControl interface, such as the Button control) on the page to post to a different target page. This is referred to as cross-page posting. Cross-page posting provides some advantages over using the Transfer method to redirect to another page http://msdn.microsoft.com/en-us/library/ms178139.aspx[^]
-
The Code Project Reputation Hotline - A sample Azure telephony application [modified]http://phono.com/[^] Phono is a simple jQuery plugin and JavaScript library that turns any web browser into a phone; capable of making phone calls and sending instant messages. You can even connect to SIP clients; all with a simple unified API. :-D
-
I'm Looking For An Algorithm To Optimize Keno SelectionsFree Keno Flash game to try your theories :laugh: actually a fun game...... http://a-game.co/Keno/[^][^]
-
Visual Studio Add Onsdownlaod page throws an error
-
Visual Studio Add Onsgot an error trying to download....
-
Interviewee Competency TestsMemorization of syntax is not an indication of the quality or competency of a candidate IMHO.
-
Use of unassigned local variable trying to pass a sql statment through a var.string strSQL; maybe make it string strSQL = string.Empty; :confused: