No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
Not to say that I would or even could solve the issue, is it possible to show the code that you are working with?
Sometimes for business requirements reasons customer numbers need to be in a particular format or even numbering sequence. For generating a unique customer number, it sounds that using the Identity number would be OK. At least at first blush. I am sure that you checked with the business users to …
I guess you are asking what is the mechanism that says if the sort is to happen ascending or descending. As shown by the code submitted by tinstaafl the ascending or descendsort will occur depending on the value of the variable 'SortOrder' (true or false) that is seen in the …
To 'pile on' to pritaeas' answer, using exernal JS files is the way to go. You will find that having the JS script separate from the HTML of the web page will have your Web page development/debugging/changing code life eased. For changes to the JS, you can concentrate on the …
The End.
reshea1950