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
suman goud
NA
176
53.7k
Getting error when am inserting drop down list value in db
Aug 12 2016 2:23 AM
am binding data to drop down from database,
then i want to insert those selected value in another table
but am getting error as
An exception of type 'System.NullReferenceException' occurred in App_Web_2himjopn.dll but was not handled in user code
Additional information: Object reference not set to an instance of an object.
@Html.DropDownListFor(u => u.AccountListModel, Model.AccountListModel, new { @style = "width:150px;height:22px;", @id = "ddlAccount" })
getting error here
but values are saving in database table
Reply
Answers (
5
)
How to hide input parameters from a WebService[ASMX]
How to display user login in Report viewer