My favorites | Sign in
Project Home Downloads Issues Source
Checkout   Browse   Changes    
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
using System;
using System.Data;
using System.Configuration;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;

public partial class _Default : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{

}
protected void InsertNewEntry(object sender, EventArgs e)
{
Entries.Insert();
// Redirect to self to avoid make sure the insertion ends on a GET
Response.Redirect(Request.Url.AbsoluteUri, false);
}
}

Change log

r3 by dimitri.glazkov on Jan 25, 2008   Diff
added Monitor for async connection
monitoring
added setup script
tweaked store to include new stuff and
graphics
prepped for release
Go to: 
Project members, sign in to write a code review

Older revisions

r2 by dimitri.glazkov on Jan 24, 2008   Diff
initial check-in
All revisions of this file

File info

Size: 620 bytes, 23 lines
Powered by Google Project Hosting