Home All Groups Group Topic Archive Search About

access all items in a datagrid

Author
16 Apr 2005 10:42 PM
Bruce Dumes
Hello all in mpdlv -

I have a newbie (to asp.net) datagrid question.  I have no trouble
reading all the cells in the current row of the datagrid from a
subroutine called by an event triggered by a change of a dropdown list
contained in the datagrid. (sorry about my excessive prepositional
phrases...)

However, I've been unable to figure out how to access other rows in the
datagrid.  After updating this value, I want to be able to read through
the entire grid to see if the user has completed everything.

I'm certain there must be a way to do this, but haven't figured out the
magic words to make Google show me the way.

Best regards and many thanks in advance.

Bruce Dumes

Author
17 Apr 2005 7:56 AM
Cor Ligthert
Bruce,

The ASPNET datagrid is as I have seen a not often used control in this
newsgroup while it is very complex in its possibilities. (Even when you use
the designer it is created in HTML).

Therefore would I ask this question in your case in this newsgroup.

Aspnet
news://msnews.microsoft.com/microsoft.public.dotnet.framework.aspnet

Web interface:
http://communities2.microsoft.com/communities/newsgroups/en-us/?dg=microsoft.public.dotnet.framework.aspnet

I hope this helps anyway a little bit?

Cor