Alle Button von Beginn an ausgwählt.
This commit is contained in:
@@ -230,7 +230,7 @@
|
||||
</script>
|
||||
<script type='text/javascript'>
|
||||
$(document).ready(function () {
|
||||
$("#container2").hide();
|
||||
/* $("#container2").hide(); */
|
||||
$('#<%=RadioButtonList1.ClientID %> input[type="radio"]').change(function () {
|
||||
if ($(this).val() == "Freigabe") {
|
||||
$("#container2").show();
|
||||
@@ -241,7 +241,7 @@
|
||||
}
|
||||
});
|
||||
|
||||
$("#container2").hide();
|
||||
/* $("#container2").hide();*/
|
||||
$('#<%=RadioButtonList2.ClientID %> input[type="radio"]').change(function () {
|
||||
if ($(this).val() == "Freigabe") {
|
||||
$("#container2").show();
|
||||
|
||||
@@ -309,7 +309,7 @@ Partial Class Kundenbereich_Default
|
||||
|
||||
Protected Sub btn_resetForm_Click(sender As Object, e As EventArgs)
|
||||
'Mobil
|
||||
rbt_Alle_M.Selected = False
|
||||
rbt_Alle_M.Selected = True
|
||||
rbt_Alle_M.Enabled = True
|
||||
rbt_Ankunft_M.Selected = False
|
||||
rbt_Ankunft_M.Enabled = True
|
||||
@@ -326,7 +326,7 @@ Partial Class Kundenbereich_Default
|
||||
txt_KdNrAuftrag_M.Text = ""
|
||||
txt_LKWNr_M.Text = ""
|
||||
'Desktop
|
||||
rbt_Alle.Selected = False
|
||||
rbt_Alle.Selected = True
|
||||
rbt_Alle.Enabled = True
|
||||
rbt_Ankunft.Selected = False
|
||||
rbt_Ankunft.Enabled = True
|
||||
|
||||
Reference in New Issue
Block a user