Click here to Skip to main content
15,923,219 members
Home / Discussions / C#
   

C#

 
Generaldatagrid and combo box Pin
Saamir2-Jan-08 6:10
Saamir2-Jan-08 6:10 
GeneralRe: datagrid and combo box Pin
Not Active2-Jan-08 6:26
mentorNot Active2-Jan-08 6:26 
Generalwindows live messenger Add-in setup Pin
zafax_2-Jan-08 5:40
zafax_2-Jan-08 5:40 
GeneralPrayer Times Pin
ellllllllie2-Jan-08 5:24
ellllllllie2-Jan-08 5:24 
GeneralRe: Prayer Times Pin
zafax_2-Jan-08 5:50
zafax_2-Jan-08 5:50 
GeneralRe: Prayer Times Pin
Abhijit Jana2-Jan-08 5:54
professionalAbhijit Jana2-Jan-08 5:54 
GeneralRe: Prayer Times Pin
ellllllllie2-Jan-08 6:06
ellllllllie2-Jan-08 6:06 
GeneralRe: Prayer Times Pin
Not Active2-Jan-08 6:15
mentorNot Active2-Jan-08 6:15 
GeneralRe: Prayer Times Pin
DaveyM692-Jan-08 7:40
professionalDaveyM692-Jan-08 7:40 
GeneralRe: Prayer Times Pin
Pete O'Hanlon2-Jan-08 10:14
mvePete O'Hanlon2-Jan-08 10:14 
Generalconvert an hexadecimal value to utf-8 encoding Pin
fady_sayegh2-Jan-08 5:11
fady_sayegh2-Jan-08 5:11 
GeneralRe: convert an hexadecimal value to utf-8 encoding Pin
Luc Pattyn2-Jan-08 5:33
sitebuilderLuc Pattyn2-Jan-08 5:33 
GeneralRe: convert an hexadecimal value to utf-8 encoding Pin
Jim Taylor2-Jan-08 5:41
Jim Taylor2-Jan-08 5:41 
GeneralRe: convert an hexadecimal value to utf-8 encoding Pin
fady_sayegh2-Jan-08 5:53
fady_sayegh2-Jan-08 5:53 
GeneralRe: convert an hexadecimal value to utf-8 encoding Pin
ellllllllie2-Jan-08 6:08
ellllllllie2-Jan-08 6:08 
GeneralRe: convert an hexadecimal value to utf-8 encoding Pin
ellllllllie2-Jan-08 6:18
ellllllllie2-Jan-08 6:18 
GeneralRe: convert an hexadecimal value to utf-8 encoding Pin
Luc Pattyn2-Jan-08 9:48
sitebuilderLuc Pattyn2-Jan-08 9:48 
GeneralRe: convert an hexadecimal value to utf-8 encoding Pin
ellllllllie3-Jan-08 5:12
ellllllllie3-Jan-08 5:12 
Generalviewstate Pin
eyeseetee2-Jan-08 4:55
eyeseetee2-Jan-08 4:55 
GeneralRe: viewstate Pin
Not Active2-Jan-08 5:11
mentorNot Active2-Jan-08 5:11 
GeneralRe: viewstate Pin
eyeseetee2-Jan-08 5:15
eyeseetee2-Jan-08 5:15 
GeneralRe: viewstate Pin
DavidNohejl2-Jan-08 5:24
DavidNohejl2-Jan-08 5:24 
General[Message Deleted] Pin
R_L_H2-Jan-08 4:51
R_L_H2-Jan-08 4:51 
GeneralRe: What is the Quickest/Easiest Way to check for a Domain Controller? Pin
_rush_2-Jan-08 7:29
_rush_2-Jan-08 7:29 
Generalchange datacolumn position Pin
mpavas2-Jan-08 2:48
mpavas2-Jan-08 2:48 
Hello,

I had a query related to selecting Only few columns from one datatable to another datatable.

I was trying something like this (Using Select query):
string query = "shorttitle,Identifier";
DataRow[] foundRows = dt.Select(query);

But failed as it throws error.
If There is a solution for the above issue to get only few selected columns from another datatable. It will be great.

Alternative to this is Is it possible to change the order of the columns
example

Original DataTable
name, age, date of birth

New datatable

Dateofbirth,name, age.


Please suggest. Tried hard but not working?

Regards,
Pavas

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.