The site is built on ASP and C # (this is already sad). There is a big table. Each line has its own id. When you click on the button, you need to send a list / array of these id to the server using AJAX (GET method).
Attention, question!
What is the best way to form a string of data in ajax for transfer to the server? Is it possible to transmit / receive arrays there? What if the number of id per hundred?
|