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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T12:19:40+00:00 2026-05-23T12:19:40+00:00

I am trying to put the list array(res) item in to the Data Table(_Hdt)

  • 0

I am trying to put the list array(res) item in to the Data Table(_Hdt) using for Loop
I have put the values in “res” list erray using loop…but this loop results in an error: “variable use asd a method ?”

Here _Hdt and dt are data table and res is list array,

for (int r = 0; r < _Hdt.Rows.Count; r++)
{
    foreach (DataRow row in dt.Select("DATE='" + _Hdt.Rows[r]["DATE"].ToString().Trim() + "'"))
    {
        DateTime date = Convert.ToDateTime(_Hdt.Rows[r]["DATE"].ToString().Trim());
        string dateformat = String.Format("{0:dddd MMM d}", date);
        _Hdt.Rows[r]["DATE"] = dateformat;
        _Hdt.Rows[r]["MTU"] = row["MTU"].ToString().Trim();
        _Hdt.Rows[r]["POWER"] = (Convert.ToDecimal(row["POWER"].ToString().Trim()) / 
                                 1000).ToString();
       _Hdt.Rows[r]["COST"] = row["COST"].ToString().Trim();
       _Hdt.Rows[r]["VOLTAGE"] = row["VOLTAGE"].ToString().Trim();
       _Hdt.Rows[r]["KW"] = res(r);
    }
}
  • 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-23T12:19:41+00:00Added an answer on May 23, 2026 at 12:19 pm

    what is res(r) on line _Hdt.Rows[r][“KW”] = res(r); ??

    changes res(r) to res[r]

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

Sidebar

Related Questions

I am trying to create an array or a list where I can put
I am trying to get data from LivEx table as list, and then save
im retrieving the Array of JSON data and trying to diplay and access it.But
I'm trying to put some custom list adapters into their own classes to make
Hello everyone I've been trying to put some objects in an ASP.NET list box
Im trying to make a textarea where you put in a list of things,
I'm trying to put a large table in a pdf file which will be
I have a page that includes an unordered list of links. I'm trying to
I'm trying to put a hash %listvol into an array @fileInfo in Perl. @fileInfo
Trying to sort an array by writing my own sort method using recursion (Pine's

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.