hi there,
how can i write a code until the next cell is null in C#??

thanxxxxxx

OleDBReader excell = new OleDbCommand("Your Query",Connection).ExecuteReader();

while(excell.Read())
{

}
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.