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>
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");
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
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.