hi there,
how can i write a code until the next cell is null in C#??
thanxxxxxx
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())
{
}
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.