Get the latitude and longitude by passing the MCCC,MNC,CELLID
By passing the cellid ,mnc,mcc to get the latitude and longitude of the cell
i wrote this example in .ashx page
public void ProcessRequest(HttpContext context)
{
string
mcc = "262";
string
mnc = "1";
...