Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8411171
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T00:22:27+00:00 2026-06-10T00:22:27+00:00

I have a repeater control that’s bound to a table in my database. One

  • 0

I have a repeater control that’s bound to a table in my database. One of the data columns is encrypted, so it returns a byte array. I have a decryption function that I run in order to get the appropriate value. How can I use this function to display the proper value in the repeater control bindings?

EDIT:

For more clarification, I’d want the (possible) equivalent of this:

Text='<%# _encryptor.Decrypt(Container.DataItem.SSN) %>'
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T00:22:28+00:00Added an answer on June 10, 2026 at 12:22 am

    I would stick with the Container.DataItem myself to avoid the reflection overhead if you have a large amount of data. It looks like you were close.

    Text='<%# _encryptor.Decrypt( Container.DataItem("SSN") ) %>'
    

    Edit: You might need to do an explicit cast here as well

    Text='<%# _encryptor.Decrypt( (MyObject)Container.DataItem("SSN") ) %>'
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a .NET repeater control that is data-bound to a List. As part
I have a Repeater control that adds rows to a table. The data inside
I have a Repeater control that is being bound to the result of a
I have an ASP.NET control that binds data to a repeater. Inside that repeater,
We have a stored procedure that returns DB encrypted columns decrypted via DecryptByKeyAutoCert(). This
I have a repeater control that repeats a DevExpress ASPxGridView for every item bound
I have my Items table bound to the repeater control. What if I want
I have a nested repeater control that displays a list of data, in my
Hopefully an easy one, I have created a Custom Repeater control that extends System.Web.UI.WebControls.Repeater.
I have a user control that contains a repeater. It seems that data cannot

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.