No announcements
Found 3866317 threads
-
2 Votes
How to check if Dictionary is empty?
Example: Asking for dictionary.Values.Min() will throw an exception if dictionary is empty.Answered | 4 Replies | 92081 Views | Created by Kah Wooi - Tuesday, May 26, 2009 1:41 AM | Last reply by MTechEngineer - Monday, May 9, 2016 10:03 AM -
0 Votes
How to Check If An Ajax Tab Is Empty Using C#
I have solved this using the following code: if(panel.Controls.Count<1) { ...Answered | 2 Replies | 41 Views | Created by Anonymous - Tuesday, October 27, 2015 11:54 PM | Last reply by Anonymous - Wednesday, October 28, 2015 9:57 AM -
0 Votes
How to check if <SPSWC:ProfilePropertyValue /> is empty?
Hi, In SharePoint 2010, we can use SPServices to get user profile data and check whether the value empty or not.Answered | 1 Replies | 1104 Views | Created by wkpli - Thursday, April 14, 2016 1:04 PM | Last reply by Dennis Guo - Friday, April 15, 2016 7:00 AM -
0 Votes
check if there are empty cells in datagridview
Now when you are ready to save data cast the data source to a DataTable and check for proper values e.g.Answered | 3 Replies | 922 Views | Created by BONIETE - Thursday, October 22, 2015 6:45 AM | Last reply by Kareninstructor - Thursday, October 22, 2015 9:31 AM -
1 Votes
How to check the target directory is empty or not?
If you have any feedback, please tell us.Answered | 5 Replies | 6348 Views | Created by Aravinthkumar - Thursday, June 3, 2010 12:02 PM | Last reply by YiChun Chen - Monday, June 7, 2010 5:49 AM -
0 Votes
Check if is empty excel worksheet
This piece of code which I have written to solve my purpose is helpful to check whether an excel sheet is empty or not ----- written in C# ------ may be helpful to you all.Answered | 8 Replies | 23619 Views | Created by Amira Aboulrous - Sunday, September 27, 2009 3:41 PM | Last reply by Peter Thornton (Excel MVP 2008-13) - Sunday, May 2, 2010 8:05 AM -
0 Votes
how to check if the text box is empty.
How can i check the value of text box if it empty or not.Answered | 4 Replies | 612 Views | Created by Syafiq Syahman - Tuesday, December 27, 2016 2:14 AM | Last reply by Syafiq Syahman - Wednesday, December 28, 2016 12:29 AM -
0 Votes
Checking a textbox for a empty string
You can even check this in debugger.Answered | 3 Replies | 8761 Views | Created by rowter - Friday, March 26, 2010 4:52 PM | Last reply by Vladimir.Ilic - Saturday, March 27, 2010 12:35 AM -
0 Votes
using ajax in windows application c#
You can use Threads to download the data.Answered | 5 Replies | 13703 Views | Created by Ravi Tibrewal - Thursday, August 27, 2009 8:53 AM | Last reply by hfofaria - Monday, January 24, 2011 11:24 AM -
0 Votes
Biztalk - check whether a folder is empty or not
It will only act as a trigger of an orchestration, which then executes the .NET code to check if your folder is empty.Answered | 6 Replies | 1759 Views | Created by mdew12 - Tuesday, April 9, 2013 7:11 AM | Last reply by TBerg - Tuesday, April 9, 2013 11:18 AM -
6 Votes
How can i check folder is empty or not?
But the question should also be asked when is a folder empty?Answered | 5 Replies | 44833 Views | Created by Sana raheem1001 - Tuesday, August 24, 2010 6:19 AM | Last reply by th3userscene - Sunday, June 24, 2018 4:33 PM -
1 Votes
Check if textbox is empty to empty a textbox?
As far as setting all textbox controls to an empty string in your form, you can do something like: foreach (Control c in ...Answered | 4 Replies | 38714 Views | Created by SpaceLama - Friday, January 27, 2012 9:52 PM | Last reply by Ragu.R - Saturday, January 28, 2012 5:59 AM -
3 Votes
How to check if there are no non-empty descendants
Well, if you actually need to get the level then you can go with Count(), I think you can do that using XPath but I really think that it's just doing the same thing differently and for small ...Answered | 8 Replies | 1501 Views | Created by Naomi N - Wednesday, March 6, 2013 11:01 PM | Last reply by Eyal Solnik - Thursday, March 7, 2013 7:42 PM -
1 Votes
Check send location if empty
I know how to check if the location is empty, but I didn't want to hard- code the location where the orchestration has to check, so I wanted to get the send port ...Answered | 12 Replies | 1721 Views | Created by Sorbjar - Tuesday, July 30, 2013 7:18 AM | Last reply by Johns-305 - Thursday, August 1, 2013 12:51 PM -
5 Votes
Check if textboxes are empty then
Sometimes they empty the boxes and print again , i want to check if the boxes i use are filled in and not blank.Answered | 16 Replies | 843 Views | Created by KeesBlunder - Wednesday, June 27, 2018 9:13 PM | Last reply by KeesBlunder - Friday, June 29, 2018 6:34 PM -
0 Votes
Using BRE to check for Empty, Nil and Existence
Are you using a .NET helper class method as the vocabulary for this?Answered | 1 Replies | 786 Views | Created by ColinCG - Wednesday, April 27, 2016 9:32 AM | Last reply by Arindam Paul Roy - Wednesday, April 27, 2016 9:51 AM -
0 Votes
Need help with calling C# method of ASPX page using Ajax...
Hi, Here is a similar thread for you to take a look at:Answered | 2 Replies | 1998 Views | Created by Evgeny.Shmelkov - Tuesday, June 10, 2014 1:36 PM | Last reply by Evgeny.Shmelkov - Wednesday, June 11, 2014 2:13 PM -
1 Votes
check if collection is empty/null
Could you explain more on statement "you need to check if the "count" method is valid"?Answered | 3 Replies | 5554 Views | Created by KAKA_2 - Tuesday, December 23, 2014 1:43 PM | Last reply by Frederik Long - Tuesday, December 23, 2014 7:06 PM -
0 Votes
How to check numerous textboxes as empty
And I cannot use a custom textbox class for this.Answered | 3 Replies | 1638 Views | Created by bradmeyer - Sunday, November 6, 2011 8:31 AM | Last reply by Xiong Wei, Jin - Sunday, November 6, 2011 11:47 PM -
1 Votes
Problem with the ajax tab panel
The real kicker is how to tell if the settings you are "over-riding" are actually doing what you expect.Answered | 26 Replies | 31511 Views | Created by xavito - Tuesday, May 22, 2007 11:52 PM | Last reply by Biasoli - Monday, March 21, 2011 2:09 PM - Items 1 to 20 of 3866317 Next ›
No announcements