Get the Userid from Business logic layer.

Vishalneeraj-24503
Posted by Vishalneeraj-24503 under ASP.NET category on | Points: 40 | Views : 934
Write below code,
using System.Web.SessionState;
string strUserID = (String)System.Web.HttpContext.Current.Session["LoginID"];

Comments or Responses

Login to post response