Click here to Skip to main content
16,017,852 members

Comments by Member 10048130 (Top 1 by date)

Member 10048130 14-Jun-13 1:42am View    
Line 47: {
Line 48: //check for derived output value with no value assigned
Line 49: if ((p.Direction == ParameterDirection.InputOutput) && (p.Value == null))
object refrence not set to an instence please help me
Line 50: {
Line 51: p.Value = DBNull.Value;


Source File: g:\backup\hotel1\App_Code\Dl\SQLHelper.cs Line: 49