I'm handling a project on ASP. NET (C#) and am using Oledb to get information from an Excel and pass it to an Gridview... I've set the HDR parameter to true on the connection string so that it assumes the first rows as the column name. When theres isn't any name on the first row "F'Number'" title is assigned to that column column name. I need to determine if the column name was given from the first row name or was automattically asigned but don't know how... Any thoughts?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
closed as not a real question by Jeff Atwood♦ Jan 21 '11 at 8:52
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
AFAIK there's no integrated solution for this, but cou can simply parse the header name
|
|||
|
|