Generate datatable and data display is select from sql server.

Generate datatable and data display is select from sql server.

Stella99Stella99 Posts: 2Questions: 1Answers: 0

I am very newbies here, very unfamiliar in using this datatables. i m hope to generate a dataable from sql server which in code c#. Is that there is a step by step so i could follow and learn?
thanks.

Answers

  • tangerinetangerine Posts: 3,342Questions: 35Answers: 394

    If you're planning on using the DT Editor, documentation is here:
    https://editor.datatables.net/manual/net/core#Next-steps

    Otherwise, please explain more about what you need to do.

  • Stella99Stella99 Posts: 2Questions: 1Answers: 0

    Thanks for reply, may be i have to reply in more details.
    I m using C# and boostrap 4.0 html, but i would like to use the datatable to generate the records which from SQLServer.

    like below example:
    file:///D:/Software%20SB/sb-admin-pro_no-source/dist/tables.html

    But the example is hardcode data.
    I would like to know how could i load from SQL data.
    Any steps can teach me?
    Thank you so much in advance?

  • tangerinetangerine Posts: 3,342Questions: 35Answers: 394

    The .Net Framework download package has plenty of examples to get you started.

    https://editor.datatables.net/download/

This discussion has been closed.