hello you all,
thanks you all for solving my problems and helping and guiding me.
i have news titles with hyperlink in one page when i click on one of the news title then it will navigate to other page and will display news title and content there.
now i have passed session news_id to content dipslaying page in repeater.
<td><asp:HyperLink ID="HyperLink1" navigateurl='<%# String.Format("Default.aspx?News_Id={0}", Eval("News_Id")) %>' runat="server"><%#DataBinder.Eval(Container.DataItem,"News_Title") %></asp:HyperLink></td>
how can i receive news_title and News_content on other.
i have to fetch news_content from database and i m using asp.net2.0.