Hi,
I have a LoginName1, LoginView and Login Status on my Master Page. Whenever a user logs himself in, the LoginName1 displays (as for example):
Welcome omarakhtar
Now the only thing I want is how to store this omarakhtar into some variable? Kindly, let me know.
Thanks in regards.
User Profile
Collapse
-
Storing the LoginName in a variable.
-
omaragainonthetrack started a topic How to insert multiple records in Items table but only one in Master tablein C SharpHow to insert multiple records in Items table but only one in Master table
public void InsertPlannedMa terialMasterReq uest(int id, string requestDocument , string requestDescript ion, string requestType, string hodApproval, int companyCode, string hodRemarks, string det_Description , string name, int qty, string code)
{
string query = "INSERT INTO MasterRequest (ID,Req_Documen t,Req_Descripti on,ReqType,HODA pproval,Company Code,HODRemarks ) VALUES (@ID,@Req_Docum ent,@Req_Descri ption,@ReqType, @HODApproval,@C ompanyCode,@HOD Remarks)";...
No activity results to display
Show More