Hello Friends,
How to send encrypted value in asp hyperlink of gridview
In Asp gridview i am using a hyperlink where in NavigateUrl i am redirecting to a new page with some values. I want to encrypt this value
HttpUtility.UrlEncode(Eval("id").ToString())%>' Text='<%# Eval("task")%>' Target="_self"
Please Help