Justin Cooney

Web Development Tips and Examples

Author: Justin Cooney

  • One really neat feature of SharePoint is that you can allow people to send emails to your SharePoint server and have the emails and their attachments be added to a List or a Library. For example, if you have a help desk Discussion list, then you could allow users to send their questions as emails…

  • This article deals with the GridView WebForms .NET control; in particular with how to detect and record changes after the user has saved data in the GridView. Sometimes using WebForms controls is not well documented and unintuitive, which is the case with the onRowUpdated event, where a lot of information available online is incorrect or misleading.…

  • In a previous post I talked about how to find highly populated tables in a database. I’m going to expand on that in this post to show how to catalog a database into data-holding tables and supporting details tables.