Padding Success Using Microsoft .NET & TSQL
Padding is often a programmers best friend. If you have ever worked with data then…
XSD Disconnected Crystal Report DataSource Part 2
XSD Disconnected data sets can be quite tricky when calling from a web application. In…
XSD Disconnected Crystal Report DataSource Part 1
An XSD disconnected datasource is a datasource that will execute at run time. It will…
Binary Conversion Challenge
Although many people may look at a set of zero’s and ones and say “How…
Conditioning Using Enum Switches
Conditioning can be used by storing lookup values in a database in order to populate…
Self-Redirection Using ASP.NET
Self-redirection in ASP.NET is useful when you want to refresh your page. You can reset…
web.config security in ASP.NET
Customizing your web.config is an easy way to make changes to your web site. Not…
Modal AJAX Progress Display
If you use AJAX in your ASP.NET web site then you’ve probably used the UpdateProgress…
Binary Retrieval From SQL Server
Retrieving binary from a database is often a necessity in online application development. For accessibility…