2
Answers

How to create icon for asp:button using Css?

Raja

Raja

8y
509
1
to set icon for the asp button with text(eg insert) how to set the position of the icon.
Answers (2)
0
Francis

Francis

NA 11.7k 724.2k 8y

 sent high sensitive  data thru url is not a recommended way.  I hope you are not sending any sensitive data as query string. For encrypt and decrypt query string values refer the below url:

http://www.aspsnippets.com/Articles/Encrypt-and-Decrypt-QueryString-Parameter-Values-in-ASPNet-using-C-and-VBNet.aspx

 
0
Raja

Raja

NA 1.7k 45.3k 8y
Sir, i  need encrypt the URL.
I have a URL www.site-address/site-page/page1.aspx?username=raja&password=raja how can i change the URL to www.site-address/site-page/page1.aspx?username=232322323232&password=2323232322323 ie i want to encrypt the fields i pass through the URL please help me to encrypt and decrypt the URL in C#
 
0
Francis

Francis

NA 11.7k 724.2k 8y
Why you need to encrypt the "entire" url? Or if you want to encrypt only the "query string" alone?
Did you meant the "Url Rewriting"?If so, you can follow the below url:
https://msdn.microsoft.com/en-us/library/ms972974.aspx