Click here to Skip to main content
15,921,941 members
Home / Discussions / C#
   

C#

 
GeneralRe: Converting Word DOCs to PDFs Pin
Vruddhi Vasoo2-Jan-08 18:13
Vruddhi Vasoo2-Jan-08 18:13 
GeneralRe: Converting Word DOCs to PDFs Pin
Ed.Poore2-Jan-08 4:38
Ed.Poore2-Jan-08 4:38 
GeneralRe: Converting Word DOCs to PDFs Pin
Vruddhi Vasoo2-Jan-08 17:58
Vruddhi Vasoo2-Jan-08 17:58 
GeneralRe: Converting Word DOCs to PDFs Pin
Thomas Stockwell2-Jan-08 14:10
professionalThomas Stockwell2-Jan-08 14:10 
GeneralRe: Converting Word DOCs to PDFs Pin
Vruddhi Vasoo2-Jan-08 18:07
Vruddhi Vasoo2-Jan-08 18:07 
GeneralGridview postback quesion Pin
eyeseetee2-Jan-08 0:43
eyeseetee2-Jan-08 0:43 
GeneralRe: Gridview postback quesion Pin
eyeseetee2-Jan-08 2:38
eyeseetee2-Jan-08 2:38 
GeneralRe: Gridview postback quesion Pin
Abhijit Jana2-Jan-08 4:54
professionalAbhijit Jana2-Jan-08 4:54 
GeneralRe: Gridview postback quesion Pin
Urs Enzler2-Jan-08 7:52
Urs Enzler2-Jan-08 7:52 
GeneralSearching / Filtering database Pin
ph1l22-Jan-08 0:14
ph1l22-Jan-08 0:14 
GeneralRe: Searching / Filtering database Pin
J4amieC2-Jan-08 0:45
J4amieC2-Jan-08 0:45 
GeneralRe: Searching / Filtering database Pin
ph1l22-Jan-08 1:51
ph1l22-Jan-08 1:51 
GeneralRe: Searching / Filtering database Pin
J4amieC2-Jan-08 3:08
J4amieC2-Jan-08 3:08 
GeneralFilter/Copy datatable columns Pin
mpavas2-Jan-08 0:04
mpavas2-Jan-08 0:04 
GeneralRe: Filter/Copy datatable columns Pin
ChandraRam2-Jan-08 0:50
ChandraRam2-Jan-08 0:50 
mpavas wrote:
I have a data table which has multiple columns. I want to create another data table with only selected columns.

For Example

If my datatable1 has below columns:
Emp no, Name, Age, Date Of Birth, Join Date


I want to create another datatable with below columns
Name, Age, Date Of Birth

I do not want to loop the datatable and insert the values in another datatable.


If the destination table already exists, look up the INSERT INTO command... otherwise you might want to look up SELECT INTO
GeneralRe: Filter/Copy datatable columns Pin
mpavas2-Jan-08 1:06
mpavas2-Jan-08 1:06 
Generalwrapper classes in C# Pin
prince nani2-Jan-08 0:01
prince nani2-Jan-08 0:01 
GeneralRe: wrapper classes in C# Pin
Colin Angus Mackay2-Jan-08 0:46
Colin Angus Mackay2-Jan-08 0:46 
GeneralRe: wrapper classes in C# Pin
CPallini2-Jan-08 0:59
mveCPallini2-Jan-08 0:59 
GeneralDatarow viewing Pin
Hum Dum1-Jan-08 23:17
Hum Dum1-Jan-08 23:17 
Generalregular expression Pin
prasadbuddhika1-Jan-08 22:22
prasadbuddhika1-Jan-08 22:22 
GeneralRe: regular expression Pin
sindhutiwari1-Jan-08 23:10
sindhutiwari1-Jan-08 23:10 
GeneralRe: regular expression Pin
Pete O'Hanlon1-Jan-08 23:19
mvePete O'Hanlon1-Jan-08 23:19 
GeneralRe: regular expression Pin
Guffa1-Jan-08 23:56
Guffa1-Jan-08 23:56 
GeneralRe: regular expression Pin
Pete O'Hanlon2-Jan-08 0:18
mvePete O'Hanlon2-Jan-08 0:18 

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.