Änderung Erfasst wird nun korrekt ausgewählt sowie ein Default-Datum implemetiert
This commit is contained in:
@@ -240,9 +240,6 @@
|
||||
$("#container2").hide();
|
||||
}
|
||||
});
|
||||
});
|
||||
$(document).ready(function () {
|
||||
$("#container2").hide();
|
||||
$('#<%=RadioButtonList2.ClientID %> input[type="radio"]').change(function () {
|
||||
if ($(this).val() == "Freigabe") {
|
||||
$("#container2").show();
|
||||
|
||||
@@ -16,7 +16,6 @@ Partial Class Kundenbereich_Default
|
||||
Page.UnobtrusiveValidationMode = UnobtrusiveValidationMode.WebForms
|
||||
DataBind()
|
||||
tbl_Header_row.TableSection = TableRowSection.TableHeader
|
||||
|
||||
' MsgBox(datebis)
|
||||
|
||||
If (Page.IsPostBack And normaltable.EnableViewState = False) Then
|
||||
@@ -30,8 +29,6 @@ Partial Class Kundenbereich_Default
|
||||
datebis = Nothing
|
||||
normaltable.EnableViewState = True
|
||||
End If
|
||||
|
||||
|
||||
End Sub
|
||||
|
||||
Protected Sub LogOutBtn1_Click(sender As Object, e As EventArgs)
|
||||
@@ -244,7 +241,7 @@ Partial Class Kundenbereich_Default
|
||||
tr.Cells.Add(tbl_CellLKWs)
|
||||
tbl_CellStatus.ValidateRequestMode = UI.ValidateRequestMode.Enabled
|
||||
Select Case d("Status")
|
||||
Case 1
|
||||
Case 0
|
||||
tbl_CellStatus.Text = "Erfasst"
|
||||
tr.Cells.Add(tbl_CellStatus)
|
||||
Case 1
|
||||
|
||||
Reference in New Issue
Block a user