I will created a comment section on my website and I want to use the using for my database set up like the code below. Is that a corret code or ? my english is not so good but I try to exsplain us I can.
The code will be on btnSend
 using () {
         //Insert the data to the database
        }
  using () {
         //Select  the data from the datbase and the display it 
}
 
    