I am working in C# with ASP.NET. I am working with a DATAGRIDVIEW object, that i have placed
on a web page, and it displays data. I want to loop through with a "While" statement, and extract
the value of each row. I have attempted to use the classes "DATAGRIDVIEWROW" and
"DATAGRIDVIEWCELL", but i can't use these classes because they are in Systems.Windows.Form
namespace, which is not available in ASP.NET. Are these classes in another Name Space?
Comments
Leave a comment