Asp.net c# tutorial : storing data in sql server

Asp.net c# tutorial : storing data in sql server

Through this tutorial you will learn how to connect to sql server and storing data by using c# programming language . For more tutorials please visit : www.ceasarcomponents.com
Video Tutorial Rating: 5 / 5

Don’t forget to check out our other video tutorials or share this video with a friend.

1 Star2 Stars3 Stars4 Stars5 Stars 0 votes
Loading... 3,015 views





22 responses to “Asp.net c# tutorial : storing data in sql server”

  1. AndrogenicAnimal says:

    Ceasar, dude you seriously just helped me big time! Thanks so much, awesome.

  2. ƒàwãz Babu says:

    showing error keyword nnot supported “provider”

  3. Donny Ortiz says:

    I am getting this same error how do I fix it

  4. Donny Ortiz says:

    Hi I am trying to figure how to do this and have the database on a seperate web page not on the same one then be able to retrieve the data with a search. Is there any video you can suggest that can help me with this?

  5. Mirka Macias says:

    hello, i have a problem,ExecuteNonQuery(); invalid object name ’empTB`. any help me please?

  6. Dianne Salazar says:

    Will this work with vbscript?

  7. Akash Panchal says:

    Thank you for the help,

  8. tombslasher says:

    SqlConnection connect = new SqlConnection(ConfigurationManager.ConnectionStrings[“testdataConnectionString1”].ConnectionString);
    
    SqlCommand cmd = new SqlCommand(“Insert into test (test_name, age) Values(@test_name,@age)”);
    cmd.CommandType = CommandType.Text;
    cmd.Parameters.AddWithValue(“@test_name”, TextBox1.Text);
    cmd.Parameters.AddWithValue(“@age”, TextBox2.Text);
    connect.Open();
    cmd.ExecuteNonQuery();

  9. tombslasher says:

    Hello i tried exactly what u did but i get …ExecuteNonQuery: Connection property has not been initialized. Any help please?

  10. Sachin Panchal says:

    thank you…
    

  11. sam crumley says:

    @xwbbjow yep even my senior teachers also hide about this killer music composer software from me. Listen I know people like LMFAO producer are using this software I can see why! Im making killer beats in minutes on this thing. get the best one here ==> bit.ly/Mz7rsq?=blibkq

  12. nikhil barar says:

    thanks…

  13. Iewkas says:

    “th” is not a common sound in a variety of other languages. Thus it gets substituted by the closest sound they can make that IS in their array of sounds. This is often the “s” or “z” sound that we use in english. I am not sure how “Thenk yu” and “Thank you” would be pronounced with hardly any difference though.

  14. pandroso69 says:

    “Senk yu” is the same THANK YOU, well I think so 😛 !!

  15. MovieMad007 says:

    so fast its unbelievable – you have some skill there mate!!

  16. Emanuel Díaz says:

    Thank You very much! Great tutorial so clear and easy to understand. It helped me a lot. Thnks.

  17. Emanuel Díaz says:

    Muchas gracias excelente tutoríal muy claro y me sirvió de mucho.

  18. 85alexpr says:

    wtf is senk yu ?? 11:17

  19. buddsammy says:

    Good totorial

  20. mrakmal5 says:

    Thnks so much tou rocked Buddy …..

  21. greg doyle says:

    Thank you man helped me lots

  22. anyonelala says:

    THANKSSSSSSSSSSSSS
    YOU ROCK BROTHER!!!!!!!!!!!!!!!

Leave a Reply to Dianne Salazar Cancel reply

Your email address will not be published. Required fields are marked *