Welcome to Digitrends Sign in | Join | Help

July 2007 - Posts

/// <summary> /// <summary> /// Gets Monday and Sunday dates /// Gets Monday and Sunday dates /// </summary> /// </summary> /// <param name="SeedDate"> The seed date. </param> /// <param name="SeedDate"> Read More...
function CheckAllDataGridCheckBoxes(aspCheckBoxID, checkVal) { re = new RegExp(':' + aspCheckBoxID + '$') //generated control name starts with a colon for(i = 0; i < document.forms[0].elements.length; i++) { elm = document.forms[0].elements[i] Read More...
Private Function convertToSqlDate(ByVal TheDate As Date) As String Dim str As String With TheDate str = (.Year.ToString.PadLeft(2, Convert.ToChar("0")) & "-" & .Month.ToString.PadLeft(2, Convert.ToChar("0")) & Read More...