hi
here i'm using this hyper link
<asp:HyperLink ID="HlnkShow" runat="server" Text='<%#Eval("name")%>'
NavigateUrl='<%# String.Format("view.aspx?/{0}/&type={1}&area={2}&Name={3}", Eval("city"),Eval("Type"),Eval("Area"),Eval("name"))%>'>
</asp:HyperLink>
by using above i can pass the only text not symbols in to another page
ex:21st Century Electronics & Telecommunication
but by using above link i get the
21st Century Electronics text only
please help me
it's important to me