Browse by Tags

All Tags » SharePoint » ASP.NET (RSS)
I’ve have been using SharePoint’s DelegateControl a lot again lately.  If you are not familiar with it, it allows you to drop a placeholder on a page and then later specify what control goes in it by activating a feature.  You can effectively...
with no comments
Filed under: ,
A common question I get with new SharePoint developers is "How do I deploy my user control in SharePoint?". Many times they know of the SmartPart or even how to make their own , but its the matter of deploying things that may not be clear. Before...
I ran into this one again lately when deploying. We are folowing best practices with our connection strings by using Integrated Security. We have several controls on the web site making use of SqlDataSource controls. However, at runtime, we are left when...