Click here to Skip to main content
15,905,967 members
Home / Discussions / C#
   

C#

 
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

GeneralRe: change datacolumn position Pin
Not Active2-Jan-08 3:16
mentorNot Active2-Jan-08 3:16 
GeneralCommon Event for all Editable controls (ASP.NET) Pin
Member 18376612-Jan-08 1:48
Member 18376612-Jan-08 1:48 
GeneralRe: Common Event for all Editable controls (ASP.NET) Pin
Not Active2-Jan-08 3:04
mentorNot Active2-Jan-08 3:04 
GeneralRe: Common Event for all Editable controls (ASP.NET) Pin
Pete O'Hanlon2-Jan-08 3:05
mvePete O'Hanlon2-Jan-08 3:05 
GeneralRe: Common Event for all Editable controls (ASP.NET) Pin
Abhijit Jana2-Jan-08 4:43
professionalAbhijit Jana2-Jan-08 4:43 
GeneralWrap Multi row value into one string [modified] Pin
haishan12-Jan-08 1:45
haishan12-Jan-08 1:45 
GeneralRe: Wrap Multi row value into one string Pin
DotNetXenon2-Jan-08 4:22
DotNetXenon2-Jan-08 4:22 
GeneralRe: Wrap Multi row value into one string Pin
haishan12-Jan-08 5:23
haishan12-Jan-08 5:23 
GeneralWho to create BackUp DataBase Sql Server From C#.Net Pin
Thaer Hamael2-Jan-08 1:45
Thaer Hamael2-Jan-08 1:45 
GeneralRe: Who to create BackUp DataBase Sql Server From C#.Net Pin
Jimmanuel2-Jan-08 2:03
Jimmanuel2-Jan-08 2:03 
GeneralRe: Who to create BackUp DataBase Sql Server From C#.Net Pin
Abhijit Jana2-Jan-08 2:08
professionalAbhijit Jana2-Jan-08 2:08 
GeneralRe: Who to create BackUp DataBase Sql Server From C#.Net Pin
Thaer Hamael2-Jan-08 22:01
Thaer Hamael2-Jan-08 22:01 
GeneralRe: Who to create BackUp DataBase Sql Server From C#.Net Pin
Abhijit Jana3-Jan-08 3:22
professionalAbhijit Jana3-Jan-08 3:22 
QuestionConverting Word DOCs to PDFs Pin
Vruddhi Vasoo2-Jan-08 1:05
Vruddhi Vasoo2-Jan-08 1:05 
GeneralRe: Converting Word DOCs to PDFs Pin
DotNetXenon2-Jan-08 4:27
DotNetXenon2-Jan-08 4:27 
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 

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.