Archive for Gennaio 14th, 2008

Required Text Field

CodeKeep C# Feed Gennaio 14th, 2008

Description: An ASP.NET Required Text field and it's validator

Link: http://www.codekeep.net/snippets/c9830c21-d979-4e52-9557-30981b7f0756.aspx

<p>
	<label>$label$:</label><asp:TextBox id="$txtId$" runat="server"></asp:TextBox>
	<asp:RequiredFieldValidator runat="server" ID="$txtId$Validator" ControlToValidate="$txtId" ErrorMessage="$message"></asp:RequiredFieldValidator>
</p>

Format time to milliseconds

CodeKeep C# Feed Gennaio 14th, 2008

Description: Format time to milliseconds

Link: http://www.codekeep.net/snippets/abeccce8-ee3e-4535-83fa-aedd026ff5d8.aspx

                DateTime tm;
            tm = DateTime.Now;

        
            this.txtResults.Text = tm.ToString("hh:mm:ss.fff tt");

????

CodeKeep C# Feed Gennaio 14th, 2008

Description: ??????

Link: http://www.codekeep.net/snippets/509f04fa-8ad6-4f0b-8b53-c97829724cfe.aspx

this.ModelCode = "012009";

Simple Comments Release Notes: v.950

WebReference News Gennaio 14th, 2008

In this release, new features include key enhancements that allow visitors to register on your site and provide basic profile information for display to other site visitors. By Dan Ragle. 1120

How to Promote Your Product with Organic Search

WebReference News Gennaio 14th, 2008

Pay-per-click marketing is often quite expensive and is one of the major complaints of small businesses. An alternative? Work at improving your organic search results. By Michael Fleischner. 1119.