Wednesday, 26 September 2007

First post from Windows Live Writer!

Andre showed me this cute tool. I love it. I got a "Insert Code" plugin as well, now I can do this:

<asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager>

and this:

protected void Page_Load(object sender, EventArgs e)
{
if (!this.Page.IsPostBack)
{
this.DataBind();
}
}

The only thing I am quite annoyed is the white background. I have changed the style to yellow already but no idea why it's still white. If you still see my code has a white background, that means I haven't sort that out yet. Anyway, time to go home for dinner!


P.S. HA, it's yellow now. But I have to get the border!!!

No comments:

Post a Comment