Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to: Refer to the values from a column
Message
From
10/05/2004 13:27:25
 
 
To
10/05/2004 13:09:08
Bill Benton
North Florida Software Services
Middleburg, Florida, United States
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
00902399
Message ID:
00902512
Views:
20
>I am now experiencing this error on the first replacement "[NullReferenceException: Object reference not set to an instance of an object.]"
>
>I am trying this :
>
>drPMRLog["PMRLog.Title"] = ComboBox.Text
>
>It did, however, add the new row.
>
>



Try it without the PMRLog. part of your column name. I'm not sure, but I think that the table name is implicit to the datarow and not necessary here.

Also, I didn't include this in my sample, but you could also do a check for the existance of the datarow object before attempting to use it.

Is the value of ComboBox.Text a string in the debugger?

>pre>
if(drPMLog != null)
{
drPMRLog["Title"] = ComboBox.Text

}
Kendall Webb
Senior Software Engineer
MCAD.Net/MCSD.Net
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform