Tag Archives: .net

How to TWEET from a SQL CLR Stored Procedure

Here’s another SQL Server 2005 geek out moment, a CLR SPROC that tweets to Twitter. Big shoutout to Danny Battison for sharing the C# code to post to Twitter. This is what got me started on the C# side of … Continue reading

Posted in .net, C#, database, microsoft, SQL, tips and tricks, tsql, twitter | Tagged , , , , , , , , , , | 12 Comments

Find out why Visual Studio’s publish fails

Have you ever had Visual Studio tell you your web application publish failed, but never gives you a reason why?  You’re not alone.  I’ve been putting off looking into this issue on a project and just found a way to … Continue reading

Posted in .net, C#, development, microsoft, tips and tricks, Visual Studio | Tagged , , , , , , , , , | 23 Comments

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