Changeset 4478 for branches/WebApplication/WebSites
- Timestamp:
- 09/23/10 20:06:56 (14 years ago)
- Location:
- branches/WebApplication/WebSites/OKB
- Files:
-
- 28 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/WebApplication/WebSites/OKB/Administration/Default.aspx
r4476 r4478 5 5 <p style="margin-bottom:100px"> 6 6 Here ist the content.</p> 7 <asp:Button ID="GetDateTimeButton" runat="server" Text="Get DateTime" 8 onclick="GetDateTimeButton_Click" /><asp:Label ID="ResultLabel" runat="server"></asp:Label> 7 9 </asp:Content> 8 10 -
branches/WebApplication/WebSites/OKB/Administration/Default.aspx.cs
r4476 r4478 35 35 this._presenter.View = this; 36 36 } 37 } 38 } 37 } 38 39 protected void GetDateTimeButton_Click(object sender, EventArgs e) 40 { 41 ResultLabel.Text = _presenter.GetDateTimeString(); 42 } 39 43 } 44 }
Note: See TracChangeset
for help on using the changeset viewer.