Insert List to table
I had this method to insert new company to database but I have problem with List<Contacts> because I want to be able to insert multiple contact for company. Could someone help me?
I had this method to insert new company to database but I have problem with List<Contacts> because I want to be able to insert multiple contact for company. Could someone help me?
I have the following list
I am new to Linq server.
I have a stored procedure in my databse that retuens count number.
I am trying to upload a file and save it’s binary content to my database field. Each time I try to save, it simply enters the database as 0x.
I have a stored procedure such as the following:
I am having an issue but I am not getting any errors thrown. What’s happening is that I have a stored procedure that is driving my update but I am unable to get the gridview to update.
Currently, my program in Visual Studio dynamically adds my data from my Repeater into my database.