| Author: Programmer 20 May 2008 | Member Level: Gold Points : 2 |
Math.Round is a function which available in both asp.net and javascript.The difference is that in javascript it does not accepts second parameter and converts it into round figure. For eg, Math.round(25.9) //returns 26
|
| Author: vivek kushwaha 21 May 2008 | Member Level: Silver Points : 2 |
check this one. http://msconline.maconstate.edu/tutorials/VBNET/VBNET01/vbnet01-08.aspx
|