BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
this.gridDataBoundGrid1.Binder.NameToColIndex();
to get the colindex for the appropriate column and can retrive the celltext.
this.gridDataBoundGrid1[5, this.gridDataBoundGrid1.Binder.NameToColIndex("Col1")].Text
Best Regards,
Jay N
>this.gridDataBoundGrid1.Binder.NameToColIndex();
>
>to get the colindex for the appropriate column and can retrive the celltext.
>
>
>this.gridDataBoundGrid1[5, this.gridDataBoundGrid1.Binder.NameToColIndex("Col1")].Text
>
>
>Best Regards,
>Jay N
Sorry
yes it is a databound grid.
Im getting the following error
error: object ''this._AmerexMarketGrid'' doesn''t have an indexer
Thanks