How do I add these javascript library files and css files in asp.net? Thanks !

This question has an accepted answers - jump to answer

Answers

  • bindridbindrid Posts: 730Questions: 0Answers: 119
    Answer ✓

    Asp.net is no different than html (unless you are using the scripting control) where the script tag is used for .js files and link tag is used for css files.

    order matters so put jquery tags first, jquery ui tags next, then the datatable tags.

This discussion has been closed.