I've been looking on how to create profile links like in Facebook "www.facebook.com/profile_name"?
Anyone knows how what is the term for that or links for that tutorial in ASP .Net C#?
EDIT: What I'm trying to achieve here is to create a link for each member that could redirect to their profile page. Here is an example of the link: www.mywebsite.com/Member_Name
I'm using ASP .Net Framework 3.5
Thanks