简体   繁体   中英

DetailsView when DECODE data

Hi I have a DetailsView control that should display data from a DataBase. This data it is Encoded.

Which is the best way to DECODE this data before visualize the result in the DetailsView.

DataBound event handler? DataBinging Event Handler?

Could you give me an example of code.

Thanks for your time

As IrishChieftain mentioned you need to know the method you used to encode the data. For code I suggest having a look at http://msdn.microsoft.com/en-us/library/system.security.cryptography.rsacryptoserviceprovider.aspx

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM