TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Dinesh Santhalingam
NA
737
367.4k
null from Server
Sep 4 2017 1:21 AM
From my server i stired the server values to datatable for temporary operation.If incase my column has null in my server then its populating an error .
String contactNo = (from DataRow dr1 in employeedetail.Rows where (string)dr1[
"EmployeeID"
] == userid select (string)dr1[
"ContactNo"
]).FirstOrDefault();
if the column value is null then the error is arising.I dont want to populate error.If value is not null then it will append to my string or else the value will be null.please help me to solve this.
Reply
Answers (
1
)
Time change format in C#
Round robin code for c# .NET