EDUDOTNET

Friday, February 14, 2014

SMTP Microsoft Office 365 .Net: The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.7.1 Client was not authenticated.

Issue/Error with SMTP server of MS Office365 The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.7.1 Client was not authenticated. Approach 1.  When we using SMTP of MS office 365 and we are getting error like below then we need to configure and change setting in Office 365 manage panel....

Thursday, February 13, 2014

How To Close Popup Window And Redirect To Parent Window

When we click login Facebook redirect to in the popup.But we need to redirect from popup window to parent window after that close popup when user click on login/allow button. We can use for this ClientScript.RegisterStartupScript function and write java-script code and after that it`ll be close automatically. Below code we can use where we need...