Hello,
This forum is for C#, not scripting languages, in the future please keep questions to C#.
Now this is an example that work.
<script>
$(document).ready(function (e) {
var name = "Karen,Payne";
var results = name.split(',');
console.log(results[0] + ' ' + results[1]);
});
</script>
Please remember to mark the replies as answers if they help and unmarked them if they provide no help, this will help others who are looking for solutions to the same or similar problem. Contact via my Twitter (Karen Payne) or Facebook (Karen Payne) via
my MSDN profile but will not answer coding question on either.
NuGet BaseConnectionLibrary for database connections.
StackOverFlow
