Posts

Showing posts with the label Get Loggid in USer manager Detail

User profiles code (Get user details from)

protected void  Page_Load (object sender,  EventArgs  e)             {                 //string  CurrentLoginUser ;                         try                 {                     if (! IsPostBack )                     {                         using ( SPSite  site = new  SPSite ( SPContext.Current.Site.Url ))                ...