Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
swapnil Daingade #1
how to get data grid column names
Hi,
Can any one tell me how to get column names fro a datagrid. Is their
any property or collection containing them
Regards
Swapnil D.
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
swapnil Daingade Guest
-
#38054 [Asn->Fbk]: PDO with db2 returning column names but not data
ID: 38054 Updated by: wez@php.net Reported By: john dot enevoldson at pulsen dot se -Status: Assigned +Status:... -
Getting column data without column names
Hello all, I'm trying to write a coldfusion program to display account data such as name, address, phone #, etc. I retrieve this data from an ... -
Set column names to template grid at runtime
Hi all, I have datagrid on a C# webform. Users can choose a lookup table to read\ edit etc via selection from a dropdown list box. However I... -
Boolean column in a data grid
My data grid constains several boolean columns, it is connected to a dataset. Can anyone tell me why i have to click the bool columns (init value... -
hide column in data grid
Hello. I just populated my datagrid but I need to hide one of the column. Since I need this column's data, I cannot drop that column from my... -
Saravana #2
Re: how to get data grid column names
You can get the column name ( header name) using this property
datagrid1.columns(0).headertext
--
Saravana
Microsoft India Community Star,MC**
[url]www.ExtremeExperts.com[/url]
"swapnil Daingade" <swapnil@indiya.com> wrote in message
news:#tHYLs$WDHA.3404@tk2msftngp13.phx.gbl...> Hi,
> Can any one tell me how to get column names fro a datagrid. Is their
> any property or collection containing them
>
> Regards
>
> Swapnil D.
>
>
> *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
> Don't just participate in USENET...get rewarded for it!
Saravana Guest
-
Unregistered #3
Re: how to get data grid column names
Saravana,
Is there no way to refer to the column with a name. I've been using column(i), but if I ever insert columns before i, then all my code behind's are out of sequence. Naturally, I've added the values, if if hidden as the first columns, but there are times when displayed columns are affected.
Thanks,
Steve
Unregistered Guest



Reply With Quote


