Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #44.2K
Ranked #4K

4 Posted Topics

Member Avatar for ilvanhellovan

Not to say that I would or even could solve the issue, is it possible to show the code that you are working with?

Member Avatar for reshea1950
0
129
Member Avatar for zachattack05

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 …

Member Avatar for reshea1950
0
154
Member Avatar for thechampp

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 …

Member Avatar for tinstaafl
0
346
Member Avatar for Proglearner

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 …

Member Avatar for Shadizon
0
174

The End.