Friday, February 25, 2011

How to Get Desimal Value In Two Decimal Value

string s="12.21735";
string D= s.ToString("n2");

No comments:

SQL Optimization

  SQL Optimization  1. Add where on your query  2. If you remove some data after the data return then remove the remove condition in the sel...