G
Guest
I have a dataset containing a table having some null column values
omsg += "<tr><td>Fax</td><td>" + .usrFax + "</td></tr>"
when i assign the value to a string i get a runtime error saying string to
dbnull caste problem.
what's the best way to handle this?
tyhnaks
kes
omsg += "<tr><td>Fax</td><td>" + .usrFax + "</td></tr>"
when i assign the value to a string i get a runtime error saying string to
dbnull caste problem.
what's the best way to handle this?
tyhnaks
kes