I have datatable which includes these values:
Currently I'm sorting this way:
customTable.DefaultView.Sort = "Module asc";
I want to move the Intro be be the first module included and then by number starting from 1 the other modules, how can I do that?