1. code behide public string ComputeSeniorityLevel(TimeSpan ts) { int numberOfDaysOnTheJob = ts.Days; if (numberOfDaysOnTheJob >= 0 && numberOfDaysOnTheJob <= 1000) return “Newbie… more →
Private: MY Notedev1 wrote 2 months ago: 1. code behide public string ComputeSeniorityLevel(TimeSpan ts) { int numberOfDaysOnTheJob = ts.Days … more →
dev1 wrote 2 months ago: Move to http://dev.kratik.net/index.php/2009/10/11/call-webservice-from-javascript/ … more →
dev1 wrote 2 months ago: Label ID="LabelDescription" runat="server" Text='<%# System.Web.HttpUtility … more →
dev1 wrote 2 months ago: A Permalink is a permanent link which points to a particular blog entry or forum entry. For example … more →
dev1 wrote 2 months ago: http://geekswithblogs.net/ranganh/archive/2009/10/01/fileupload-in-updatepanel-asp.net-like-gmail.as … more →
dev1 wrote 2 months ago: This video compares the same application written twice, once with Dynamic Data and once without. In … more →
dev1 wrote 3 months ago: //Sorting List<> case Item is ListItem //============================================== List … more →
dev1 wrote 3 months ago: //date time utc DateTime _utc = DateTime.UtcNow; // utc --> thai ThaiBuddhistCalendar tbc = new T … more →
dev1 wrote 3 months ago: This post move to: http://dev.kratik.net/index.php/2009/09/07/convert-datetime-thai-eng-culture-budd … more →
dev1 wrote 3 months ago: There have been a number of posts with tips to improve build performance within Visual Studio 2005. … more →
dev1 wrote 3 months ago: 1. protected override void InitializeCulture() { string _culture = “th-TH“; … more →
dev1 wrote 3 months ago: Probably the biggest programming model improvement being made in .NET 3.5 is the work being done to … more →
dev1 wrote 3 months ago: LINQ is the general-purpose standard query operator that allows traversal, filter and projection ope … more →
dev1 wrote 5 months ago: Great tool for LINQ Query Joseph Albahari has created a great tool for LINQ query expression. You ca … more →
dev1 wrote 6 months ago: The DataBinder.Eval method uses .NET reflection to evaluate the arguments that are passed in and to … more →
dev1 wrote 6 months ago: move to http://dev.kratik.net/index.php/2009/06/15/generics-list-findall-to-filter/ … more →
dev1 wrote 11 months ago: Move to http://dev.kratik.net/index.php/2008/12/30/step-by-step-setting-up-gzip-on-iis-6-compressing … more →
dev1 wrote 1 year ago: Mike Stone tonight came across an interesting issue, not with rainbow, but an issue nonetheless. Whe … more →
dev1 wrote 1 year ago: http://www.codedigest.com/Articles/ASPNET/52_ASPNET_35_AJAX_and_WebServices__.aspx http://blogs.micr … more →