Browse by Tags

31 August 2006
How To Add A Disclaimer To Outgoing Emails In Community Server 2.1 (CS 2.1)
To modify outgoing emails in Community Server 2.1 (CS 2.1) , alter the stored procedure: [dbo].cs_Emails_Enqueue and adding the following lines of code: /** After this you see the word NULL. This is in the position of the insert offset. When it is NULL Read More...
31 August 2006
How To Pop UP An ASP.NET Page In IE (Internet Explorer) - Code Snippet
This is a code snippet that is attached to the click event of an ASP.NET Button. When you click the button in IE (Internet Explorer), it pop-ups a new window. The string sWin = "_blank" allows you to pop-up a new window. The string sURL = "Members.aspx?" Read More...