im stuck on this one. basicly i want the name of a member in Member_list.aspx to link the their profile from the forums.
<asp:HyperLink
ID="profileLink"
runat="server"
NavigateUrl='~/Forum_Profile.aspx?id=<%# Eval("memberid") %>'><asp:Label
ID="titleLabel"
runat="server"
Text='<%# Cstr(Eval("FirstName")) & " " & Cstr(Eval("LastName")) %>'
/></asp:HyperLink>
not sure where to go from here
None
0 Points
8 Posts
viewing forum profiles from the memberlist
Jan 24, 2008 06:26 PM|skaterdude409|LINK
im stuck on this one. basicly i want the name of a member in Member_list.aspx to link the their profile from the forums.
<asp:HyperLink ID="profileLink" runat="server" NavigateUrl='~/Forum_Profile.aspx?id=<%# Eval("memberid") %>'><asp:Label ID="titleLabel" runat="server" Text='<%# Cstr(Eval("FirstName")) & " " & Cstr(Eval("LastName")) %>' /></asp:HyperLink> not sure where to go from here