Results 12 comments of Jesus Ocampo

Hi, thanks for your response. I am using ASP.NET, I use the UPDATE PANEL to update the table. With PHP I use the $ ajax function of jquery to update...

I recreate the table when I use $ .ajax. Also when I use the UPDATE PANEL of ASP.NET Webform, the table is recreated.

This is my Code $('#TableBstt').datatable({ pageSize: 11, sort: [true, true, false], filters: [false, true, false], filterText: 'Escribe para Filtrar... ', pagingDivSelector: "#paging-first-datatable", }); In addition to recreating the table, I...

Thank you very much, I had not found these Syntax in the documentation. Is it also possible to edit and delete? Can you recommend me something to do the data...

Thank you very much for your help, I tried to use the Insert, but I could not, can you guide me? Sorry for my ignorance. I have tried the following:...

It is not effective :(, I notice that the table is recharged, but it does not add the record, I have it this way: function add () { $ ('#TableBstt')....

This is my code: In the Head ``` ``` In the Body `Add Row` ``` Código Pais Departamento Municipio 1 AAAA BBBB CCC 2 AAAA BBBB CCC 3 AAAA BBBB...

Thank you very much, I will do the tests and then I will comment on how it came out.

Hello again. I have tried the routine of adding in PHP and it works perfectly, I do not understand why ASP.NET WEBFORM does not work. Now I have another question....

Thank you, perform tests and I will be feeding back.