prathyusha

prathyusha

  • NA
  • 180
  • 72.7k

query string

Jul 17 2013 6:49 AM
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

Answers (6)