Encrypting a datagrid

BobbyBaldEage

Member
Joined
Sep 20, 2005
Messages
10
Programming Experience
1-3
Hi,
I am trying to encrypt data that is being loaded up into a datagrid on an asp.net webpage so that, when the user views the source, it will appear encrypted.
I want to then decrypt the data in the onload event in Javascript so the text will appear normal in the datagrid.

Has anyone attempted this before. If so, can you tell me how you went about it, if you had any problems with it.

Cheers
Bobby
 
Back
Top