Forum: ASP.NET
09-07-2012, 03:47 AM
|
|
Replies: 1
Views: 4,573
How to handle \x
Hi guys. I'm using "<%= SPContext.Current.Web.CurrentUser.LoginName %>" in Javascript function in my aspx page to get the current logged in user ID. So it will return the value like "domain\john"....
|
Forum: JavaScript programming
09-06-2012, 10:53 AM
|
|
Replies: 3
Views: 258
|
Forum: JavaScript programming
09-06-2012, 10:01 AM
|
|
Replies: 3
Views: 258
How to handle "\x"
Hi guys. In my system, I'm using javascript to grab current user who logged in to the system. So it will show the current user ID for example like "domain\john". My problem is if the user ID started...
|