Saturday, January 6, 2018

Students Management System In C# (Urdu) - Part 6 - Manage Employees

7 comments:

  1. Aslam aleykoum, how are you, please if it is possible could you show us how to install crystal report in c# visual studio 2017, and how to print


    Thanks your Giveness, God bless you and best things for you

    ReplyDelete
  2. Aslam aleykoum Sir; how are you, Please this tuturials studenst mangement could you show how to make permition or right to access to specific record?
    for example admin see everythings into the datagridview, employee can see only somes.


    thanks

    ReplyDelete
  3. Aslam aleykoum Sir, Gob Bless. In the tuturo 6 I can not continue, I was blocked. Help me

    private void SaveOrUpdateRecord(string storedProcName)
    {
    DbSQLServer db = new DbSQLServer(AppSetting.ConnectionString());
    db.SaveOrUpdateRecord(storedProcName, GetObject());
    }

    private object GetObject()
    {
    throw new NotImplementedException();
    }
    When I want to create Employe
    private Employe GetObject()
    {
    Employe emplo = new Employe();
    emplo.

    }
    I can not see employeId

    ReplyDelete
    Replies
    1. import the namespace. Check the video and you will see how I have done it.

      Delete
  4. Aslam aleykoum; I will try. Thanks. God Bless you.

    ReplyDelete
  5. Aslam aleykoum Sir; Thanks for help, My problem is resolved . Gob help you.

    ReplyDelete