Search

You searched for the word(s): userid:688026

Matching Posts

  • Re: search wss subsite

    Have you been able to resolve this? try the following: query.QueryText = "SELECT SiteName, FirstName FROM Scope() WHERE Contains(URL,'" + Page.Request.Url.GetLeftPart( UriPartial .Authority) + "')" ;
  • Re: Diffrence between two time span?

    Thanx Satish I'm actually new to the .NET environment. I'm actually confused about the overloads. I would like to change the output from double to actual minutes if that is possible. Lets say the difference between two times is 1hr 15mins, by rough deduction. I would like to have this returned as 75mins and not lets say 1054953459.33032. Cheers
    Posted to Web Forms (Forum) by BlowTouch on 10/24/2006
  • Re: Diffrence between two time span?

    When using the code below, i get an output of 1054953459.33032 strStartTime = Convert.ToDateTime(DateTime.Now); // Do Something strSubmitTime = Convert.ToDateTime(DateTime.Now); TimeSpan strCompletionTime = strSubmitTime.Subtract(strStartTime); Response.Write(strCompletionTime.TotalMinutes); I would rather want this to appear in minutes only. Help Please
    Posted to Web Forms (Forum) by BlowTouch on 10/23/2006
Page 1 of 1 (3 items)