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
Desi Gal
NA
35
0
Unable to cast object of type 'System.DBNull' to type 'System.String'. while saving in the database
Aug 17 2009 11:53 AM
I am trying to manually create a strongly typed data row
DataSet.PersonRow personRow;
personRow=dataset.Person.NewPersonARow();
personRow.MiddleName=(string)GridView.GetFocusedRowCell("Middlename");
Unable to cast object of type 'System.DBNull' to type 'System.String'. while saving in the database
Reply
Answers (
4
)
Autocomplete
Accessing Dynamic Controls in Repeater