Skip to content

Commit 4184083

Browse files

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/visualbasic/VS_Snippets_Atlas/System.Web.UI.UpdatePanel.UpdateMode/VB/UpdatePanelUpdateModeVB.aspx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<script runat="server">
88
Protected Property LastUpdate() As DateTime
99
Get
10-
If Not ViewState("LastUpdate") Is Nothing Then
10+
If ViewState("LastUpdate") IsNot Nothing Then
1111
Return ViewState("LastUpdate")
1212
Else : Return DateTime.Now()
1313
End If

0 commit comments

Comments
 (0)