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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T00:28:36+00:00 2026-05-24T00:28:36+00:00

Ok, so I’m new to C# Windows App development coming from ColdFusion, PHP, Javascript.

  • 0

Ok, so I’m new to C# Windows App development coming from ColdFusion, PHP, Javascript. I’m picking up on it fairly well I think. I’m understanding the base concepts of OO and how they’re implemented in C#, but I’m struggling more with learning how to find what I’m looking for and what’s available to me in objects, methods, collections, etc.

For instance. I have a dataview (named “drawing”) and I want to filter it using RowFilter, so I do that:

drawing.RowFilter = "partNo = '" + partNo + "'";

As a beginner, how do I know how to access a specific field of data in that dataview now? I finally fumbled around and was able to do it 2 different ways:

drawing[0].Row.ItemArray[0]
  or
drawing[0][0]

My question is this: How do I do less fumbling and more understanding and navigating…essentially PRODUCTIVITY and less guessing!? I’ve read through Visual C# .NET step-by-step and Apress’ Beginning C# OO, but neither of them seem to tell me how to navigate the language like this or gives this detail. That means it’s just a matter of getting lucky rather than understanding, which seems like a huge waste of time. I know understanding will come with time and experience, but there’s got to be a better method for learning. Either that or there is a gap of fundemental understanding at a foundational level, and if that’s the case, what is it?

So how would I know to find the value of a field in a dataview at:
“dataview”[index].Row.ItemArray[index]?

I don’t see it in the books I have and I can’t seem to find it mapped out on the msdn site: http://msdn.microsoft.com/en-us/library/01s96x0z.aspx

Am I just wishful thinking?

  • 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-24T00:28:36+00:00Added an answer on May 24, 2026 at 12:28 am

    Well I finally found what I was looking for!!!!

    The The Object Browser in Visual Studio!!

    I was able to open the Dataview class and drill down all the way to the ItemArray! It went like this:

    DataView *this[int]* which returned a... 
      > DataRowView which had the *Row* property which returns a... 
        > DataRow which finally has the *ItemArray* object!! 
    

    Winner Winner Chicken Dinner!!!

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

Sidebar

Related Questions

I'm using v2.0 of ClassTextile.php, with the following call: $testimonial_text = $textile->TextileRestricted($_POST['testimonial']); ... and
I have a text area in my form which accepts all possible characters from
I am writing an app with both english and french support. The app requests
I am using Paperclip to handle profile photo uploads in my app. They upload
I'm parsing an XML file, the creators of it stuck in a bunch social
I'm trying to use string.replace('’','') to replace the dreaded weird single-quote character: ’ (aka

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.