User Profile

Collapse

Profile Sidebar

Collapse
omaragainonthetrack
omaragainonthetrack
Last Activity: Aug 20 '10, 09:07 AM
Joined: Jul 22 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • omaragainonthetrack
    started a topic Storing the LoginName in a variable.

    Storing the LoginName in a variable.

    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.
    See more | Go to post

  • How 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)";...
    See more | Go to post
No activity results to display
Show More
Working...