function btnClick_Onclick()
{
    var valueReturned = myControlObject.GetValue();
    alert("Zwrcona warto to: "+valueReturned);
}
