Click here to Skip to main content
15,920,438 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionASP .Net Datatable Problem Pin
Rock Star.15-Jan-10 6:01
Rock Star.15-Jan-10 6:01 
Hi,
   How can I filter two different datatables in a single datatable?
like consider I have following two datatables

DataTable A                           DataTable B

PID   |   CID                     CID      |   FID
1      |   1                           1         |      1
2      |   2                           4         |      8
4      |   16                        16         |   32

So after filtering I can have a output like

DataTable C

PID   |   FID
1      |   1
4      |   32

So in my filtered dattable I can have only matching results of datatable A and Datatable C?

How can I do this using .Net datatable?

Rock Star

AnswerRe: ASP .Net Datatable Problem Pin
Not Active15-Jan-10 6:09
mentorNot Active15-Jan-10 6:09 
GeneralRe: ASP .Net Datatable Problem Pin
Abhishek Sur15-Jan-10 7:08
professionalAbhishek Sur15-Jan-10 7:08 
GeneralRe: ASP .Net Datatable Problem Pin
Not Active15-Jan-10 7:44
mentorNot Active15-Jan-10 7:44 
GeneralRe: ASP .Net Datatable Problem Pin
Abhishek Sur15-Jan-10 8:46
professionalAbhishek Sur15-Jan-10 8:46 
AnswerRe: ASP .Net Datatable Problem Pin
Abhishek Sur15-Jan-10 7:10
professionalAbhishek Sur15-Jan-10 7:10 
GeneralRe: ASP .Net Datatable Problem Pin
Rock Star.16-Jan-10 5:45
Rock Star.16-Jan-10 5:45 
AnswerRe: ASP .Net Datatable Problem Pin
Ekvilibrium16-Jan-10 20:40
Ekvilibrium16-Jan-10 20:40 
GeneralRe: ASP .Net Datatable Problem Pin
Rock Star.17-Jan-10 21:11
Rock Star.17-Jan-10 21:11 
GeneralRe: ASP .Net Datatable Problem Pin
Nishant Singh18-Jan-10 0:01
Nishant Singh18-Jan-10 0:01 
GeneralRe: ASP .Net Datatable Problem Pin
April Fans18-Jan-10 15:06
April Fans18-Jan-10 15:06 
AnswerRe: ASP .Net Datatable Problem Pin
April Fans18-Jan-10 15:09
April Fans18-Jan-10 15:09 
Questionweb application not working fine on web Pin
vikas shukla15-Jan-10 2:07
vikas shukla15-Jan-10 2:07 
AnswerRe: web application not working fine on web Pin
Not Active15-Jan-10 3:03
mentorNot Active15-Jan-10 3:03 
QuestionImage from camera is not refreshed in Internet Exlporer Pin
kjsl2k915-Jan-10 0:47
kjsl2k915-Jan-10 0:47 
Questionhow to convert dataset to excel retaining page loaded controls Pin
antony beula15-Jan-10 0:01
antony beula15-Jan-10 0:01 
AnswerRe: how to convert dataset to excel retaining page loaded controls Pin
CikaPero9-Mar-10 23:11
CikaPero9-Mar-10 23:11 
QuestionWich dataaccess metod is faster - with datareader when the data is return from stored procedures or with LINQ Pin
Lyubomir Rumenov Velchev14-Jan-10 23:06
Lyubomir Rumenov Velchev14-Jan-10 23:06 
AnswerRe: Wich dataaccess metod is faster - with datareader when the data is return from stored procedures or with LINQ Pin
elizas14-Jan-10 23:22
elizas14-Jan-10 23:22 
AnswerRe: Wich dataaccess metod is faster - with datareader when the data is return from stored procedures or with LINQ Pin
Ennis Ray Lynch, Jr.15-Jan-10 3:13
Ennis Ray Lynch, Jr.15-Jan-10 3:13 
GeneralRe: Wich dataaccess metod is faster - with datareader when the data is return from stored procedures or with LINQ Pin
Lyubomir Rumenov Velchev15-Jan-10 3:41
Lyubomir Rumenov Velchev15-Jan-10 3:41 
GeneralRe: Wich dataaccess metod is faster - with datareader when the data is return from stored procedures or with LINQ Pin
Ennis Ray Lynch, Jr.15-Jan-10 3:50
Ennis Ray Lynch, Jr.15-Jan-10 3:50 
GeneralRe: Wich dataaccess metod is faster - with datareader when the data is return from stored procedures or with LINQ Pin
Mycroft Holmes15-Jan-10 11:42
professionalMycroft Holmes15-Jan-10 11:42 
AnswerRe: Wich dataaccess metod is faster - with datareader when the data is return from stored procedures or with LINQ Pin
Not Active15-Jan-10 6:10
mentorNot Active15-Jan-10 6:10 
QuestionGenerate report and download without refreshing (post-back) the page Pin
Rafferty Uy14-Jan-10 20:47
Rafferty Uy14-Jan-10 20:47 

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.