No announcements
Found 3425029 threads
-
0 Votes
How do find the WeekDayName in C#
User2103319870 posted You can also use ToString method like below DateTime dateValue = new DateTime(2008, 6, 11); string dayname = ...Answered | 3 Replies | 477 Views | Created by Anonymous - Wednesday, October 3, 2018 8:48 PM | Last reply by Anonymous - Thursday, October 4, 2018 9:16 PM -
1 Votes
=WeekdayName(weekday(Today())) gives me tomorrow
Hi William, WeekDayName is depend upon the Weekday which return value .Answered | 4 Replies | 742 Views | Created by William Faulkner2 - Monday, March 2, 2015 9:00 AM | Last reply by Prasad msbitips - Monday, March 2, 2015 10:35 AM -
0 Votes
How do i find PC work station locked or not using c#
Selva; Look at the following: http://www.microsoft.com/technet/scriptcenter/resources/qanda/nov04/hey1115.mspx It uses WMI, which I have ...Answered | 4 Replies | 3644 Views | Created by SelvaTpr - Tuesday, August 11, 2009 12:11 PM | Last reply by Just Karl - Wednesday, August 12, 2009 10:54 PM -
0 Votes
How to find Random Strings in C#?
How would your provide know that this does not have a meaning?Answered | 2 Replies | 709 Views | Created by Tvs Kumar - Wednesday, October 12, 2016 6:03 AM | Last reply by Afzaal Ahmad Zeeshan (Shani) - Wednesday, October 12, 2016 4:05 PM -
5 Votes
how to find the tan inverse in c#
i have do some test with that : B = Math.Atan(1); normaly the result may be 45 but the result is 0.79 !!!Answered | 6 Replies | 37764 Views | Created by singam - Tuesday, September 26, 2006 5:46 AM | Last reply by Abdul_Muhammad - Monday, June 27, 2016 8:11 AM -
0 Votes
How do I find the folder C:\Windows\Microsoft.NET\Framework\v2.0.50727
When running under .NET 4.0 (or later), how do I find the folder that is usually at C:\Windows\Microsoft.NET\Framework\v2.0.50727?Answered | 3 Replies | 10440 Views | Created by DavidThielen - Tuesday, February 1, 2011 11:28 PM | Last reply by DavidThielen - Wednesday, February 2, 2011 4:57 AM -
0 Votes
WeekDayName
' runat="server" /> how are you using MeetingDay on your web page?Unanswered | 6 Replies | 24 Views | Created by Anonymous - Monday, November 3, 2003 5:12 PM | Last reply by Anonymous - Monday, November 3, 2003 7:12 PM -
0 Votes
WeekdayName
Try Below Expression: =WeekdayName(weekday(dateadd("D",-1,fields!Answered | 2 Replies | 625 Views | Created by William Faulkner2 - Thursday, December 4, 2014 8:25 AM | Last reply by William Faulkner2 - Thursday, December 4, 2014 9:05 AM -
0 Votes
How to do this by C# Linq
For example: for the CourseID = 2(MBA 1/MBA 2): Student ‘A’, his product of credits is: 2 * 3 = 6; Student ‘B’, his product of credits ...Answered | 3 Replies | 540 Views | Created by zydjohn - Wednesday, January 29, 2020 9:24 PM | Last reply by Xingyu Zhao - Thursday, January 30, 2020 11:38 AM -
0 Votes
weekdaynames
actually,there is no data for wednesday in table.but,how will i display all the weekday names in the table with the corresponding values?Unanswered | 3 Replies | 4106 Views | Created by Sqlstar07 - Friday, July 8, 2011 9:39 PM | Last reply by Lola Wang - Monday, July 11, 2011 11:44 AM -
0 Votes
how to do in C# layer
I agree that this question is better suited for a C# forum.Answered | 2 Replies | 3819 Views | Created by Yazdani ISTS - Friday, December 24, 2010 2:11 PM | Last reply by Dan Guzman - Friday, December 24, 2010 3:19 PM -
0 Votes
how to do this in c++
, and do not implement any kind of accessibility to indicate it is an audio or video player.Answered | 1 Replies | 2221 Views | Created by jbvnet - Wednesday, May 2, 2012 1:47 PM | Last reply by Sheng Jiang 蒋晟 - Wednesday, May 2, 2012 11:47 PM -
0 Votes
how to do in C#
Can this be possibe in C#?Answered | 1 Replies | 2583 Views | Created by Yazdani ISTS - Friday, December 24, 2010 2:09 PM | Last reply by Louis.fr - Saturday, December 25, 2010 3:22 AM -
0 Votes
How to do message handling in C#
Hi, You can use Control.WndProc like MSDN example: using System; using System.Drawing; using System.Windows.Forms; namespace ...Answered | 1 Replies | 3909 Views | Created by rsodimba - Thursday, April 29, 2010 8:03 AM | Last reply by Yasser Zamani - Mr. Help - Thursday, April 29, 2010 8:34 AM -
6 Votes
How would you do this in C#
They do different things.Answered | 15 Replies | 3427 Views | Created by Owen Ransen - Wednesday, May 25, 2016 5:20 AM | Last reply by Albert_Zhang - Thursday, June 2, 2016 4:43 PM -
2 Votes
How do I find everywhere a UDF is called?
Unfortunately although it shows me everywhre that the UDF is called in stored procedures, it doesn't find it in job steps and in Reporting Services reports.Answered | 8 Replies | 3622 Views | Created by Nick Ryan - Tuesday, August 18, 2009 8:52 PM | Last reply by Nick Ryan - Wednesday, August 26, 2009 3:52 AM -
0 Votes
How to find out Label Texts in a C# file
Hi, What do you mean by file search.Answered | 12 Replies | 6608 Views | Created by bchakri - Friday, January 7, 2011 8:08 AM | Last reply by The Dag - Thursday, January 27, 2011 4:36 PM -
0 Votes
How hard would this be to do in C++?
The code sample in Code Project is a native C++ console program using socket.Answered | 1 Replies | 3632 Views | Created by PeggEffectz - Thursday, July 15, 2010 6:25 AM | Last reply by Yi Feng Li - Friday, July 16, 2010 7:39 AM -
0 Votes
how to find execution time in C#
Here is the simple code on Stopwatch: static void Main() { Console.WriteLine( "Begin to do work!Answered | 5 Replies | 3231 Views | Created by nitinsharma1983 - Tuesday, December 20, 2011 4:42 AM | Last reply by Neddy Ren - Wednesday, December 21, 2011 9:32 AM -
0 Votes
C# finding something in HTML
Do not Forget to Vote as Answer/Helpful, please.Answered | 5 Replies | 3262 Views | Created by KBobMan - Monday, February 7, 2011 4:01 AM | Last reply by Adam_Turner - Monday, February 7, 2011 4:03 PM - Items 1 to 20 of 3425029 Next ›
No announcements