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
ley nah
NA
12
1.1k
'System.NullReferenceException'
Jan 21 2018 7:20 AM
string sqlA = @"UPDATE Meeting SET date = '{1}',
attendees_pax = {2},
start_time = {3},
end_time = {4},
room_id = {5}
WHERE meeting_id = {0}";
int rowsAffected = DBUtl.ExecSQL(sqlA,
TxtMeetingID.Text,
TxtDate.Text,
DrpPax.SelectedValue,
DrpTimeIn.SelectedValue,
DrpTimeOut.SelectedValue,
DrpRoom.SelectedValue);
I cannot get this to update because of "
An exception of type 'System.NullReferenceException' occurred in System.dll but was not handled in user code
Additional information: Object reference not set to an instance of an object."
Please help me ! i need it asap!
Reply
Answers (
1
)
Converting Asp.net Webpage to PDF using Itextsharp
How to add custom grid templates to Umbraco