Thursday June 4, 2020 1235
For inserting multiple row one of the convenient method is using xml we need to start by creating a xml string in c#: string[,] values= new..
Read More »
Thursday June 4, 2020 1996
For generating random number for a list of data on a table: For generating unique numbers for a list of data on table we can use row_number method..