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 7590035
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T20:18:26+00:00 2026-05-30T20:18:26+00:00

i have an gridview that retrieves the data via a datatable like this: protected

  • 0

i have an gridview that retrieves the data via a datatable like this:

    protected DataTable allClients() 
{
    string conn, comm, tSub, tMain;
    tSub = "client_sub";
    tMain = "client_main"; 

    conn = ConfigurationManager.ConnectionStrings["localsqlserver"].ConnectionString;
    comm = "SELECT * FROM [" + tSub + "] t1 LEFT JOIN [" + tMain + "] t2 ON " +
                "t1.customer_ID = t2.customer_ID";

    SqlConnection connection = new SqlConnection(conn);
    SqlCommand cmd = new SqlCommand(comm, connection);
    connection.Open();

    DataTable allTable = new DataTable();
    SqlDataAdapter da = new SqlDataAdapter(cmd);
    da.Fill(allTable);

    connection.Close();
    return allTable;
}

clientGrid.DataSource = allClients();
    clientGrid.DataBind();

and its working fine on retrieving the data but the problem is i am trying to decrypt the value on retrieving it.

i used this encryptor class

so how can decrypt the value of each row in the gridview.

using asp.net 4.0, thanks

  • 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-05-30T20:18:27+00:00Added an answer on May 30, 2026 at 8:18 pm

    Two options – you can loop around the data table in your allClients() method before returning it, or you can look into handling the row bound events when you do the data bind on the grid view – this would allow you to access each row as its created in the grid view and manipulate the data displayed.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a GridView that I would like to bind to an ObjectDataSource. I
i have a method that will populate a datatable with the data from a
I have a page with a button that when I click, it retrieves data
I have a gridview that is bound to an ObjectDataSource, which retrieves records from
I have a gridview that displays data that I retrieved from a database along
I have a gridview that I'm trying to validate from code behind. In this
I have a GridView that allows editing the values in every column, in every
I have a gridview that is using a LinqDataSource for it's datasource. I've added
I have a gridview that is within an updatepanel for a modal popup I
I have a gridview that I have added a checkbox column using a templatefield

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.