| Author: Cema Indumathy V 14 Jun 2007 | Member Level: Diamond | Rating:  Points: 2 |
Math.Round ()
|
| Author: dayanandmagi 14 Jun 2007 | Member Level: Gold | Rating:  Points: 2 |
textbox1.text = Math.Round(6.567M);
|
| Author: Shiva SaiRam 14 Jun 2007 | Member Level: Diamond | Rating:  Points: 2 |
Response.Write(Math.Round(6.567,1)); the above gives 6.6
|