SyntaxFix
Write A Post
Hire A Developer
Questions
I use String.IsNullorEmpty often. It will work her because when DBNull is set to .ToString it returns empty.
if(!(String.IsNullorEmpty(rsData["usr.ursrdaystime"].toString())){ strLevel = rsData["usr.ursrdaystime"].toString(); }