Beispiel #1
0
    public void updateCollectionPoint(string[] cpointandhecode)
    {
        string cpoint = cpointandhecode[0];
        int    hecode = Convert.ToInt32(cpointandhecode[1]);

        dhmanager.DHupdateCollectionPoint(cpoint, hecode);
    }
    protected void Button1_Click(object sender, EventArgs e)
    {
        string SelectedValue = RadioButtonList1.SelectedValue;

        Label3.Text = SelectedValue;
        d.DHupdateCollectionPoint(SelectedValue, code);
    }