Click here to Skip to main content
15,910,123 members
Home / Discussions / C#
   

C#

 
GeneralRe: Failed to load provider type Pin
Hesham Amin22-Feb-08 22:40
Hesham Amin22-Feb-08 22:40 
GeneralRe: Failed to load provider type Pin
paulb23-Feb-08 0:36
paulb23-Feb-08 0:36 
GeneralOpenVPN bandwidth controlling Pin
vikramspce198322-Feb-08 17:38
vikramspce198322-Feb-08 17:38 
GeneralAccessing Thunderbird data using C# Pin
Umer Sheikh22-Feb-08 16:20
Umer Sheikh22-Feb-08 16:20 
GeneralRe: Accessing Thunderbird data using C# Pin
N a v a n e e t h22-Feb-08 17:44
N a v a n e e t h22-Feb-08 17:44 
GeneralRe: Accessing Thunderbird data using C# Pin
Umer Sheikh23-Feb-08 6:02
Umer Sheikh23-Feb-08 6:02 
GeneralRe: Accessing Thunderbird data using C# Pin
situ2113-Apr-11 20:15
situ2113-Apr-11 20:15 
GeneralDataTables Problem Pin
Xmen Real 22-Feb-08 14:46
professional Xmen Real 22-Feb-08 14:46 
i've 4 DataTables and all 4 have same column, now when i try to add Column[] to tables then a runtime error occured that is :
Column 'ABC' already belongs to another DataTable.

'ABC' is the first column


all columns added in first table but in second, its has an error

CODE:
DataColumn[] DataColumns = GetDCs();
DT1.Columns.AddRange(DataColumns);
DT2.Columns.AddRange(DataColumns);  <<errored line
DT3.Columns.AddRange(DataColumns);
DT4.Columns.AddRange(DataColumns);


TVMU^P[[IGIOQHG^JSH`A#@`RFJ\c^JPL>;"[,*/|+&WLEZGc`AFXc!L
%^]*IRXD#@GKCQ`R\^SF_WcHbORY87??6?N8?BcRAV\Z^&SU~%CSWQ@#2
W_AD`EPABIKRDFVS)EVLQK)JKSQXUFYK[M`UKs*$GwU#(QDXBER@CBN%
Rs0~53%eYrd8mt^7Z6]iTF+(EWfJ9zaK-i?TV.C\y<p?jxsg-b$f4ia>
--------------------------------------------------------
128 bit encrypted signature, crack if you can

GeneralRe: DataTables Problem Pin
Christian Graus22-Feb-08 15:06
protectorChristian Graus22-Feb-08 15:06 
GeneralRe: DataTables Problem Pin
Xmen Real 22-Feb-08 15:19
professional Xmen Real 22-Feb-08 15:19 
GeneralRe: DataTables Problem Pin
N a v a n e e t h22-Feb-08 15:41
N a v a n e e t h22-Feb-08 15:41 
GeneralRe: DataTables Problem Pin
Xmen Real 22-Feb-08 15:46
professional Xmen Real 22-Feb-08 15:46 
GeneralRe: DataTables Problem Pin
N a v a n e e t h22-Feb-08 16:16
N a v a n e e t h22-Feb-08 16:16 
GeneralRe: DataTables Problem Pin
Xmen Real 22-Feb-08 18:29
professional Xmen Real 22-Feb-08 18:29 
GeneralRe: DataTables Problem Pin
Christian Graus22-Feb-08 16:18
protectorChristian Graus22-Feb-08 16:18 
GeneralRe: DataTables Problem Pin
Xmen Real 22-Feb-08 18:31
professional Xmen Real 22-Feb-08 18:31 
GeneralRe: DataTables Problem Pin
N a v a n e e t h22-Feb-08 15:23
N a v a n e e t h22-Feb-08 15:23 
GeneralRe: DataTables Problem Pin
Xmen Real 22-Feb-08 15:24
professional Xmen Real 22-Feb-08 15:24 
General3-D pushbutton control Pin
zqx322-Feb-08 12:50
zqx322-Feb-08 12:50 
GeneralRe: 3-D pushbutton control Pin
Christian Graus22-Feb-08 13:02
protectorChristian Graus22-Feb-08 13:02 
GeneralRe: 3-D pushbutton control Pin
zqx322-Feb-08 13:25
zqx322-Feb-08 13:25 
GeneralRe: 3-D pushbutton control Pin
Christian Graus22-Feb-08 14:17
protectorChristian Graus22-Feb-08 14:17 
GeneralRe: 3-D pushbutton control Pin
zqx322-Feb-08 14:36
zqx322-Feb-08 14:36 
GeneralRe: 3-D pushbutton control Pin
Christian Graus22-Feb-08 14:53
protectorChristian Graus22-Feb-08 14:53 
GeneralRe: 3-D pushbutton control Pin
zqx322-Feb-08 17:58
zqx322-Feb-08 17:58 

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.