Tag Archives: DataBound

Use SQL to insert a label in front of a DataBound list

Here’s a clever little solution I would like to add to the book of ‘get it done’.  While this particular example uses ASP.NET controls, this concept really applies to any language that supports DataBinding to a control. The base concept … Continue reading

Posted in .net, database, SQL, tips and tricks | Tagged , , , , , | Leave a comment

Retrieve the current row of a DataBound List Control ( .net )

This has taken too long to figure out. If you want to get the current row number of an item being DataBound to a List control ( DataGrid, Repeater, etc ), use this line of code in your aspx code … Continue reading

Posted in .net, microsoft | Tagged , , , , | Leave a comment