Welcome to Code Forum!

Join a community that supports you and your coding journey from day one. We strive to be a friendly, supportive community that empowers everyone to be better developers. By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

asp

  1. Ulvi_465

    Java or C#

    I need to pick one and learn, make a portfolio! I hear people saying Java is still what all big corps use so learn Java, or C# is rising and Java is falling so learn C#. I just have no idea who to listen to, what the truth is. What would you learn if you have to choose one language?
  2. V

    Want to cretae a script for FIFO

    I have a database with lot No and quantity as below. I have to use first in first out concept (FIFO) to issue these materials LOTNO Quantity 1 2 2 4 3 13 If requested quantity is 1 the i have to decrease quantity of lotNo 1 by 1 if the requested quantity is more than the quantity...
  3. madyrafi

    C# Login Details Code Error

    Sir, I have studied and tried to put login page but it shows code error please tell me the correction sir It shows error: System.InvalidOperationException: 'The connection is already and also code error private void button14_Click(object sender, EventArgs e) { if (textBox9.Text != "" &&...
  4. madyrafi

    C# Connection string Error C# to Mysql insert button code

    I want to insert table in db and make connection to mysql to vs. Error for below code is: System.NullReferenceException: 'Object reference not set to an instance of an object.' System.Configuration.ConnectionStringSettingsCollection.this[string].get returned null. using System; using...
Back
Top Bottom