Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,
I am designed html page in sqlserver and with hyperlink which means this redirect to next page.
I am passing passing two parameters as querystring parameters in URL in Sqlserver.
How to Encrypt parameter in Sqlserver?

then I want to decrypt url querystring value in asp.net page.

Now

DECLARE @HTMLPAGE NVARCHAR(120)
SELECT @HTMLPAGE = @HTMLPAGE +' '+'<br>
		<span style="font-size:12px;font-weight:normal;color:#FFFFFF;font-family:arial;">
		To Click  <a href="'+ 'www.abc.com/test2.aspx?unid=' + @TestEmailBCC+'&bid='+ @ID 
	SELECT @HTMLPAGE = @HTMLPAGE +'" style="color:#FFFFFF;text-decoration:underline;font-size:12px;font-weight:Bold;">Click here</a></span>
		<br>
		</div>
		</div>'


I will send these conent with link in mail.
Thanks in advance.
Posted
Updated 8-May-14 22:24pm
v3
Comments
DamithSL 9-May-14 4:06am    
I am designed html page in sqlserver!!!
I am passing passing two parameters as querystring parameters in URL in Sqlserver!!!
how you doing these task in sql server?
24983 9-May-14 5:34am    
Hi I changed question content
Sanket Saxena 9-May-14 4:12am    
Improve your question.
24983 9-May-14 5:35am    
Plz see question Content

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900