Click here to Skip to main content
16,005,114 members

Comments by nyt1972 (Top 63 by date)

nyt1972 6-Sep-24 13:38pm View    
It means when I click on submit button it do nothing, not go to controllers method.
nyt1972 9-May-24 10:55am View    
Thanks alot, problem solved there was an error in script above these lines.
nyt1972 7-Feb-24 5:10am View    
Thanks a lot.
nyt1972 5-Jan-23 11:07am View    
I am using datatable, and it say:
DataTables warning: table id=example - Incorrect column count. For more information about this error, please see http://datatables.net/tn/18

Any way thanks, I found the problem,

DataTables does not support colspan or rowspan attributes on cells in the table body.

And I fixed it.
nyt1972 9-Dec-22 10:29am View    
Thanks Richard MacCutchan for reply, separate insert queries worked fine for me instead of insertBatch.