No announcements
Found 3083633 threads
-
2 Votes
Why is Contract.Assume(this.List.GetEnumerator() !
= null even with build 1.2.30113.1 (I'm using VSTS 2008)Answered | 7 Replies | 6010 Views | Created by Franck Jeannin - Wednesday, January 6, 2010 1:26 PM | Last reply by Manuel Fahndrich - Thursday, January 21, 2010 12:10 AM -
0 Votes
visual indicator for null values in datagridview
Private Sub Form1_Load( _ ByVal sender As System.Object, _ ByVal e As System.EventArgs) _ Handles MyBase.Load Dim dt As New DataTable dt.Columns.Add(New DataColumn ...Answered | 1 Replies | 1223 Views | Created by SonnySama - Monday, November 26, 2012 5:05 PM | Last reply by Kareninstructor - Monday, November 26, 2012 6:13 PM -
0 Votes
What to return when value is null?
Why in the world would it do that?Answered | 7 Replies | 8093 Views | Created by MDMoura - Wednesday, January 26, 2011 11:31 AM | Last reply by Louis.fr - Thursday, January 27, 2011 1:35 PM -
2 Votes
CredentialCache.NetworkCredentials returning null value
Hello, I think you should ask in Microsoft's ASP.Net forums: http://forums.asp.net/ Karl When you see answers and ...Answered | 2 Replies | 1943 Views | Created by Saravanapandian - Thursday, October 31, 2013 1:30 PM | Last reply by Just Karl - Friday, July 18, 2014 8:08 PM -
1 Votes
Why this returns null
Apart from the issue with NULL, be aware of that the behaviour of things like select @csv = @csv + coalesce( convert(nvarchar(max), ur_id) + ...Answered | 2 Replies | 4748 Views | Created by code_warrior - Saturday, September 18, 2010 5:09 AM | Last reply by Erland Sommarskog - Saturday, September 18, 2010 12:13 PM -
0 Votes
join with null values not returning values
Hello, If you concate a NULL value with an other value it results in a NULL value again.Answered | 2 Replies | 3237 Views | Created by SQLProgramming - Wednesday, July 11, 2012 3:23 AM | Last reply by Olaf Helper - Wednesday, July 11, 2012 3:36 AM -
2 Votes
DataGridViewComboBoxColumn cell value returning null
Hi kkjay, You mentioned that the Cell.Value is null for you.Answered | 6 Replies | 3143 Views | Created by kkjay - Friday, November 22, 2013 10:40 AM | Last reply by Jeetendra Khandelwal - Friday, November 29, 2013 9:13 AM -
0 Votes
Why Windows.Devices.Usb.UsbDevice.FromIdAsync returns null?
Thanks for helping make community forums a great place.Answered | 1 Replies | 801 Views | Created by Элви - Wednesday, June 22, 2016 5:12 PM | Last reply by Xavier Xie-MSFT - Thursday, June 23, 2016 8:14 AM -
0 Votes
sqlsrv_prepare returns Null value!!!!
Best Regards, Stephanie Lv Please remember to mark the replies as answers if they help and unmark them if they provide no help.Answered | 2 Replies | 10406 Views | Created by RidoKel - Monday, November 21, 2011 10:55 AM | Last reply by Stephanie Lv - Thursday, November 24, 2011 6:11 AM -
0 Votes
System.Web.UI.Control.ResolveUrl missing ensures non-null return value contract.
System.Web.UI.Control.ResolveUrl never returns null.Answered | 1 Replies | 5564 Views | Created by Andrew L Arnott - Tuesday, March 10, 2009 12:41 AM | Last reply by Manuel Fahndrich - Wednesday, March 11, 2009 6:49 AM -
1 Votes
Return A Null Value 2.0
Formatting your code in a more understandable way will also help you (and anyone else who needs to dig into your code) to figure out what it's doing, as will sticking with ...Answered | 7 Replies | 780 Views | Created by Kurt Woodfin - Monday, September 25, 2017 7:54 PM | Last reply by disssss - Tuesday, September 26, 2017 1:42 AM -
1 Votes
tableadapter will not return null values
Hi Sam2, you said: "For columns not defined as System.String, the only valid value is (Throw exception).Answered | 12 Replies | 6494 Views | Created by Sam2 - Tuesday, July 3, 2007 6:41 AM | Last reply by robertd9031 - Wednesday, November 13, 2019 3:05 AM -
1 Votes
pos.coordinate.heading value returning as Null.
If the value is not available from your device it will be null.Answered | 5 Replies | 2949 Views | Created by Ldm_Metro - Friday, August 24, 2012 4:32 AM | Last reply by Ldm_Metro - Tuesday, September 11, 2012 6:59 AM -
1 Votes
can null value be typed other than NULL.
This is why we can write CAST(NULL AS <data type>) as a signal to the compiler about physical allocation.Answered | 10 Replies | 1125 Views | Created by rajemessage - Thursday, October 13, 2016 1:48 PM | Last reply by Tom Cooper - Thursday, October 13, 2016 6:40 PM -
0 Votes
Not returning results if "NULL" is checked in a parameter value
All 4 are set to "Allow null value", with no default values.Answered | 1 Replies | 4908 Views | Created by GreyhoundGourmet - Monday, September 30, 2013 9:09 PM | Last reply by SathyanarrayananS - Tuesday, October 1, 2013 3:22 AM -
1 Votes
Inserting null values and NO values null
Excel source can return null values when text and numbers are mixed in one column.Answered | 1 Replies | 5400 Views | Created by SBolton - Friday, April 16, 2010 8:00 PM | Last reply by Miloslav Peterka - Friday, April 16, 2010 8:49 PM -
0 Votes
StoreProcedure Return Null Value
Ah I see you are using MySQL, sorry cannot help on it,I think you will be better of asking that question on MySQL forumBest Regards, Uri Dimant SQL Server MVP ...Answered | 2 Replies | 4828 Views | Created by $Developer - Saturday, July 17, 2010 6:15 AM | Last reply by Uri Dimant - Sunday, July 18, 2010 7:23 AM -
0 Votes
Missing Ensure not Null Contracts
However, as the documentation states that it may return null, adding the contract !Answered | 20 Replies | 6688 Views | Created by Alexander Wurzinger - Saturday, March 14, 2009 6:36 AM | Last reply by Francesco Logozzo - Monday, April 13, 2009 7:57 PM -
0 Votes
Why does the Reader.Value return Null?
When I run this block of code with if clause(if (reader.Name == ControlID)),Reader.Value returns null,but when I omit the if clause it returns the ...Answered | 2 Replies | 820 Views | Created by pedramh - Tuesday, April 9, 2013 5:49 AM | Last reply by Wizend - Tuesday, April 9, 2013 8:08 PM -
0 Votes
Listview Handeling null returned values
Value?.Answered | 3 Replies | 457 Views | Created by Killer47x - Monday, August 14, 2017 7:46 PM | Last reply by Killer47x - Tuesday, August 15, 2017 8:22 PM - Items 1 to 20 of 3083633 Next ›
No announcements