get identity value of last updated record in database
Here I have discuessed find the maximum value from enum. Suppose we have an enum like: public enum TestEnum { A=1, X=2, E=3, R=4, O=5 } if our enum have values like above(Incremented by one),then we c...
press enter key.
In this Blog I will explain Array in JavaScript. An array is an important variable, which can hold more than one value, at a time. It is a little Database holding any given type of information, and is...