S
sanju
hi guyz
i want to print user friendly message to html page if there is no record in
database. i tried this code ..its working if there is no record.. but record
exists then i am getting error..
System.MissingMemberException: Public member 'Value' on type 'String' not
found.
if Not IsDBNull(dgleads("industrytypeid").Value) Then
indtype=dgleads("industrytypeid").Value
else
indtype="Unknown"
end if
plz help me
i want to print user friendly message to html page if there is no record in
database. i tried this code ..its working if there is no record.. but record
exists then i am getting error..
System.MissingMemberException: Public member 'Value' on type 'String' not
found.
if Not IsDBNull(dgleads("industrytypeid").Value) Then
indtype=dgleads("industrytypeid").Value
else
indtype="Unknown"
end if
plz help me