Ejemplo n.º 1
0
    protected void txtModifiedAt_DataBinding(object sender, EventArgs e)
    {
        TextBox txt = (TextBox)FvReadOnly.FindControl("txtModifiedAt");

        if (txt.Text != "")
        {
            txt.Text = txt.Text.Remove(10);
        }
    }
Ejemplo n.º 2
0
    protected void txtServiceDateItm_DataBinding(object sender, EventArgs e)
    {
        TextBox txt = (TextBox)FvReadOnly.FindControl("txtServiceDateItm");

        if (txt.Text != "")
        {
            txt.Text = txt.Text.Remove(10);
        }
    }