﻿function Show_Proxy(city)
{
    $("#_CityName").text(city);
    ASPxListView1.PreformSearch(city);
}
