ASP.NET multiline querying multiple names in textbox and adding the results to a single gridview
I have a textbox with multiline feature active. I query the names entered in this textbox from the database and print the result to the Gridview1 object. However, when I use the code below, it only adds the result of…