Yanachik.org

Archive for the ‘Featured’ Category

Here’s how to format a DateTime value to a Short Date when Binding in ASP.Net:
<%# Eval(”StartDate”, “{0:d}”) %>

Here’s an example of how to dynamically set the where property on a LinqDataSource to filter data based on user input from a textbox.  In this case we have a Linq entity called ContractsEntity that has a table called ContractHeaders.  Not shown in this example is the listview (in the Ajax UpdatePanel) that is bound [...]

18 Feb, 2008

How to Access an SVN Code Repository

Posted by: kyanachik In: Featured| Websites

SVN is short for Subversion, which is a source code management system.  It tracks changes to source code, trunks, branches, merges, etc.  Subversion is open source and many open source projects use it.  One issue with it is determining a client to browse, download and upload your source code.  Linux has a command line client [...]