Adding paging to a repeater

POSTED BY Divergence Hosting on Mar 25 under ASP.NET, C#, Tutorials, VB.NET

While the Gridview control has pagination built in, alot of the time, you may want to add pagination into your repeater control as well. Thankfully, ASP.NET has a PagedDataSource object to help accomplish this task.

Get Letters in Alphabet with C#

POSTED BY Divergence Hosting on Mar 15 under C#

Have you ever needed to do something with the letters of the alphabet? This is quite common in navigation systems where you have alot of data and need to break up things into sections alphabetically. You can always create an ArrayList and populate each section manually, but a better way is to just [...]

SQL Delete Duplicate Records

POSTED BY Divergence Hosting on Mar 14 under SQL

I ran into the issue today with a client where their data was messed up with duplicate data (but different identity seeds) The following code only works when there is an identity seed. Remember to inlcude all the columns that would indicate a duplicate in the GROUP BY.

Upload, Read, and Parse file in ASP.NET

POSTED BY Divergence Hosting on Mar 12 under ASP.NET, C#, Tutorials, VB.NET

While there are many tutorials for ASP.NET on uploading and saving a file to the disk as well as read and parsing a file from the disk, there is no simple tutorial for uploading, reading and parsing the data in memory. A client of ours needed to do this so I thought I’d list [...]

Row handle referred to a deleted row or a row marked for deletion

POSTED BY Divergence Hosting on Mar 11 under ASP, SQL

As I was maintaining some old ASP code for a client, we ran across the error below while migrating to a new site

Create popup date picker using ASP.NET calendar control

POSTED BY Divergence Hosting on Mar 11 under ASP.NET, C#, VB.NET

A client recently required a popup ASP.NET calendar control to use on their site. I thought we would share our solution to this.

Validation of viewstate MAC failed

POSTED BY Divergence Hosting on Mar 9 under ASP.NET

We were working with a client on a site and for some reason all of a sudden we got the message below.

Next Page »

Copyright Divergence Hosting Technical Blog | Powered by WordPress | Using the GreenTech Theme

SEO Powered by Platinum SEO from Techblissonline