Need help in building forumhttp://forums.asp.net/t/977536.aspx/1?Need+help+in+building+forumThu, 30 Mar 2006 15:40:20 -05009775361242956http://forums.asp.net/p/977536/1242956.aspx/1?Need+help+in+building+forumNeed help in building forum I have my 2 line of code which it will display the name of my board and my treat in forum. <br> <br> <b>lblHeaderBoard.Text = &quot;&lt;^a href='default.aspx' class='headerLink'&gt;&quot; &amp; myBoard.Name &amp; &quot;&quot;<br> lblHeaderThread.Text = myThread.Subject</b><br> <br> What i trying to do now is like what we always found in forum, there is always a navigation link showing where are we. Now i have a problem of href my thread. when i click on my thread how should it show to back to my board.aspx?<br> Example is <u>MainForums</u> &gt;&gt; <u>Sub Forum</u><br> if now i at the page of <br> <b>http://.../thread.aspx?BoardId=Adobe%20Photoshop&amp;ThreadId=4</b><br> <br> so when i click on <u>Sub Forum</u> it suspose to go back to the below url.<br> <b>http://.../board.aspx?boardid=Adobe%20Photoshop</b><br> <br> I cannot put <br> &quot;&lt;^a href='board.aspx' class='headerLink'&gt;&quot; &amp; myThread.Subject&amp; &quot;&quot; because it will show error that board are not exists as it actually make a ref to the id.<br> <br> 2006-03-30T15:40:20-05:00