My favorites
|
Sign in
glazkov-attic
Code Repository for attic.glazkov.com
Project Home
Downloads
Issues
Source
Checkout
|
Browse
|
Changes
|
Changes to /trunk/YourTimesheets/Default.aspx.cs
r0 vs. r2
Edit
Compare:
r0
r2
r3
vs.
r0
r2
r3
Format:
Single-column
Side by side
r2
r3›
Revision r2
Go to:
/trunk/YourTimesheets
/trunk/YourTimesheets/Default.aspx
...k/YourTimesheets/Default.aspx.cs
/trunk/YourTimesheets/Images
...imesheets/Images/exclamation.png
...imesheets/Images/information.png
/trunk/YourTimesheets/Scripts
...Timesheets/Scripts/breadboard.js
...urTimesheets/Scripts/database.js
...nk/YourTimesheets/Scripts/dom.js
...esheets/Scripts/gearification.js
...Timesheets/Scripts/gears_init.js
...YourTimesheets/Scripts/online.js
.../YourTimesheets/Scripts/store.js
...k/YourTimesheets/Scripts/sync.js
...rTimesheets/Scripts/validator.js
/trunk/YourTimesheets/Styles
...YourTimesheets/Styles/screen.css
/trunk/YourTimesheets/Tools
.../YourTimesheets/Tools/clean.html
/trunk/YourTimesheets/Web.Config
...ourTimesheets/YourTimesheets.sln
Project members,
sign in
to write a code review
/trunk/YourTimesheets/Default.aspx.cs
r0
/trunk/YourTimesheets/Default.aspx.cs
r2
1
using System;
2
using System.Data;
3
using System.Configuration;
4
using System.Web;
5
using System.Web.Security;
6
using System.Web.UI;
7
using System.Web.UI.WebControls;
8
using System.Web.UI.WebControls.WebParts;
9
using System.Web.UI.HtmlControls;
10
11
public partial class _Default : System.Web.UI.Page
12
{
13
protected void Page_Load(object sender, EventArgs e)
14
{
15
16
}
17
protected void InsertNewEntry(object sender, EventArgs e)
18
{
19
Entries.Insert();
20
}
21
}
Hosted by