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
mayur pandit
1.4k
330
61.2k
session becoming automatically null
Nov 27 2018 9:32 AM
getting below error :
An exception of type 'System.NullReferenceException' occurred in App_Code.xdxzpwdw.dll but was not handled in user code
Additional information: Object reference not set to an instance of an object.
description :
below code working fine in other classes but in one class session becommig null automatically.
I am passing post request using ajax and uploading image and deleting image also same time.
Kindly check below code. I did not understand why this problem is occuringexatly. Kindly help.
code details :
public object BL_product_InsertUpdate(tbl_product product)//BL_admin_userInsertUpdate
{
string message = string.Empty;
if (!string.IsNullOrEmpty(HttpContext.Current.Session["UserName"].ToString()))
{
}
}
Attachment:
error.zip
Reply
Answers (
6
)
DataTable header Not Fixing in jquery ajax
Identity, not rendering bootstrap css