Archive for May, 2009

DotNetNuke: Send Email Using DotNetNuke Core API

Use the method specified below to send email using DotNetNuke Core API:

DotNetNuke.Services.Mail.Mail.SendMail

Courtesy: http://woaychee.wordpress.com/2008/01/22/send-email-using-dotnetnuke-framework/

,

No Comments

Performing Browser Detection Using ASP.NET

An excellent article about browser detection in ASP.NET

http://www.4guysfromrolla.com/articles/120402-1.aspx

,

No Comments

DotNetNuke: find if User is logged in or Not

Check the property:

HttpContext.Current.User.Identity.IsAuthenticated

to find whether user is logged in or not.

Courtesy: http://www.dotnetnuke.com/Community/Forums/tabid/795/forumid/118/threadid/222268/scope/posts/Default.aspx

, ,

No Comments