even ninjas fear our skills
BlogBlog

Agile is individuals and interactions over process and tools, customer collaboration over...

Read More »
Web Ascender becomes a Microsoft Certified Partner and achieves a Microsoft Competency in delivering custom development solutions. Read More »

Posted in: Web Ascender News

It has taken awhile for me to ‘get’ Twitter.  I have had an account for almost a year now but I did not dive in until a couple months ago...

Read More »

Majority of the websites Web Ascender puts together is based on the DotNetNuke platform and we are hitting a new milestone

Read More »

Posted in: DotNetNuke

Ryan Doom spoke on Social Media today at the Michigan Chamber of Commerce building.  The presentation is available for download.

Read More »

Posted in: Web Ascender News

Ryan talks with Walter Sorg of WILS1320 this morning about internet social media websites such as Facebook and YouTube.

Read More »

Posted in: Web Ascender News

DotNetNuke – Show the logged in users name

The DotNetNuke documentation does not always have everything you need to customize the system. Often times you need to open up DotNetNuke in Visual Studio to review some of the methods that are available to you in the skins / ascx controls.

Here is how to show the first name, last name or show the username of the logged in user in DotNetNuke / DNN.

<%If HttpContext.Current.User.Identity.IsAuthenticated=True Then%>


Welcome

<%=UserController.GetCurrentUserInfo().FirstName%>

,

<%End If%>

 

<% If HttpContext.Current.User.Identity.IsAuthenticated=False Then %>


 | Sign Up

<% End If %>

 

<% If HttpContext.Current.User.Identity.IsAuthenticated=True Then %>


 | 

<% End If %>




To show the username of the logged in user in DotNetNuke you can use UserController.GetCurrentUserInfo().UserName

Read More »

Posted in: DotNetNuke

Whether you realize it or not, a lot of your time at the computer is probably spent moving your hands from the keyboard to the mouse...

Read More »

Web Ascender compiles a list of some of our most popular website usability tips and has released the first of the 2 part series.

Read More »

As web developers, sometimes we use terms and lingo that is not familiar to our clients. Some common...

Read More »
Page 10 of 13First   Previous   4  5  6  7  8  9  [10]  11  12  13  Next   Last   
Michigan Web Design Blog