Пример #1
0
 protected void ButtonMingguSebelumnya_Click(object sender, EventArgs e)
 {
     ViewState["TanggalAwal"]  = Pengaturan.MingguSebelumnya()[0];
     ViewState["TanggalAkhir"] = Pengaturan.MingguSebelumnya()[1];
     LoadData();
 }
Пример #2
0
 protected void ButtonMingguLalu_Click(object sender, EventArgs e)
 {
     ExportLaporan(Pengaturan.MingguSebelumnya()[0], Pengaturan.MingguSebelumnya()[1]);
 }
Пример #3
0
 protected void ButtonMingguSebelumnya_Click(object sender, EventArgs e)
 {
     LoadData(Pengaturan.MingguSebelumnya()[0], Pengaturan.MingguSebelumnya()[1]);
 }
Пример #4
0
 protected void ButtonMingguSebelumnya_Click(object sender, EventArgs e)
 {
     TextBoxTanggalAwal.Text  = Pengaturan.MingguSebelumnya()[0].ToFormatDateMedium();
     TextBoxTanggalAkhir.Text = Pengaturan.MingguSebelumnya()[1].ToFormatDateMedium();
     LoadData();
 }