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
Basit Khan
NA
336
121.8k
How to set/get HttpContext.Current.User.Identity.Name
Sep 2 2015 7:54 AM
I created application with Ajax and Odata Services to get/insert/update the data from database.
What i want to check How to set/get HttpContext.Current.User.Identity.Name while login.
Becoz for checking/compare purpose from client side i want to check with the Odata Services.
Public Function OnQueryOrders() As Expression(Of Func(Of CustomersCall, Boolean))
Return Function(c) c.CreatedBy = HttpContext.Current.User.Identity.Name
//c.CreatedBy from DataService to compare with Current user login from client
End Function
Please help on this.
Thanks
Basit.
Reply
Answers (
2
)
scope of ASP.net
Upload file on server using FIleStream in ASP.NET