Click here to Skip to main content
15,891,204 members
Home / Discussions / C#
   

C#

 
AnswerRe: how do i print muti pages when printing .tiff files Pin
Heath Stewart16-Apr-04 10:35
protectorHeath Stewart16-Apr-04 10:35 
GeneralC# and database Pin
Harry200016-Apr-04 10:17
Harry200016-Apr-04 10:17 
GeneralRe: C# and database Pin
Heath Stewart16-Apr-04 10:33
protectorHeath Stewart16-Apr-04 10:33 
GeneralRe: C# and database Pin
ingramj17-Apr-04 15:14
ingramj17-Apr-04 15:14 
GeneralBinary Data in Data Grid :: C# Pin
valikac16-Apr-04 9:04
valikac16-Apr-04 9:04 
GeneralRe: Binary Data in Data Grid :: C# Pin
Heath Stewart16-Apr-04 9:08
protectorHeath Stewart16-Apr-04 9:08 
GeneralRe: Binary Data in Data Grid :: C# Pin
valikac16-Apr-04 11:08
valikac16-Apr-04 11:08 
GeneralRe: Binary Data in Data Grid :: C# Pin
Heath Stewart16-Apr-04 11:12
protectorHeath Stewart16-Apr-04 11:12 
If you are using table styles and they don't apply to the current data binding, that what you should expect to see. Instead of an ArrayList, use an int[] array and use "int[]" as the DataGridTableStyle.MappingName. See the documentation for DataGridTableStyle.MappingName in the .NET Framework SDK for more information.

Are you even using table styles? If so, maybe try not adding them and you should see something. Again, a data source can be anything that implements IList or IListSource. Some controls' DataSource properties will even except IEnumerable implementations as a last resort.

 

Microsoft MVP, Visual C#
My Articles
QuestionToolboxBitmap problem??? Pin
Small Rat16-Apr-04 8:49
Small Rat16-Apr-04 8:49 
AnswerRe: ToolboxBitmap problem??? Pin
Heath Stewart16-Apr-04 10:24
protectorHeath Stewart16-Apr-04 10:24 
General"Go To Error/Tag" and F4 Pin
RNEELY16-Apr-04 6:57
RNEELY16-Apr-04 6:57 
GeneralRe: "Go To Error/Tag" and F4 Pin
garythom_work16-Apr-04 7:31
garythom_work16-Apr-04 7:31 
GeneralRe: "Go To Error/Tag" and F4 Pin
RNEELY16-Apr-04 8:15
RNEELY16-Apr-04 8:15 
GeneralRe: "Go To Error/Tag" and F4 Pin
Heath Stewart16-Apr-04 7:48
protectorHeath Stewart16-Apr-04 7:48 
GeneralRe: "Go To Error/Tag" and F4 Pin
RNEELY16-Apr-04 8:16
RNEELY16-Apr-04 8:16 
GeneralRe: "Go To Error/Tag" and F4 Pin
partyganger16-Apr-04 10:50
partyganger16-Apr-04 10:50 
Generalobject scope and destruction Pin
poolboy16-Apr-04 6:44
poolboy16-Apr-04 6:44 
GeneralRe: object scope and destruction Pin
Dave Kreskowiak16-Apr-04 6:56
mveDave Kreskowiak16-Apr-04 6:56 
GeneralRe: object scope and destruction Pin
poolboy16-Apr-04 7:31
poolboy16-Apr-04 7:31 
GeneralRe: object scope and destruction Pin
Heath Stewart16-Apr-04 7:49
protectorHeath Stewart16-Apr-04 7:49 
GeneralRe: object scope and destruction Pin
Dave Kreskowiak16-Apr-04 8:16
mveDave Kreskowiak16-Apr-04 8:16 
GeneralRe: object scope and destruction Pin
scadaguy16-Apr-04 7:49
scadaguy16-Apr-04 7:49 
GeneralRe: object scope and destruction Pin
PaleyX26-May-04 11:03
PaleyX26-May-04 11:03 
Questionsystem string size? Pin
Anonymous16-Apr-04 6:24
Anonymous16-Apr-04 6:24 
AnswerRe: system string size? Pin
Heath Stewart16-Apr-04 6:29
protectorHeath Stewart16-Apr-04 6:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.