Click here to Skip to main content
16,006,001 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to calculate Weekly dates ? Pin
Blue_Boy8-Aug-07 9:17
Blue_Boy8-Aug-07 9:17 
GeneralRe: How to calculate Weekly dates ? Pin
Care Career8-Aug-07 9:28
Care Career8-Aug-07 9:28 
GeneralRe: How to calculate Weekly dates ? Pin
Christian Graus8-Aug-07 12:47
protectorChristian Graus8-Aug-07 12:47 
QuestionSQL Rows Join... Pin
Amit Kumar G8-Aug-07 8:23
Amit Kumar G8-Aug-07 8:23 
AnswerRe: SQL Rows Join... Pin
Kschuler8-Aug-07 8:31
Kschuler8-Aug-07 8:31 
GeneralRe: SQL Rows Join... Pin
Amit Kumar G8-Aug-07 9:23
Amit Kumar G8-Aug-07 9:23 
GeneralRe: SQL Rows Join... Pin
sulabh20208-Aug-07 18:37
sulabh20208-Aug-07 18:37 
AnswerRe: SQL Rows Join... Pin
Imran Khan Pathan8-Aug-07 18:46
Imran Khan Pathan8-Aug-07 18:46 
Hi There
Do u know about DataRelation?

U can do it using datarelation

follow step

select all rows of table one and bind dataset ie. ds1
select all rows of table two with relation of table one like T1.Id=T2.Id and bind dataset ie. ds2

Now use datarelation

ie.


DataRelation dr = new DataRelation("new_relation", ds1.Tables[0].Columns[0], ds2.Tables[0].Columns[0]);<br />
ds1.Relations.Add(dr);


Make sure both ds have same column[0]

Best Regard

Pathan




---------------------------------------------------

Questionpassword clear text, setup, interface Pin
steve_rm8-Aug-07 6:09
steve_rm8-Aug-07 6:09 
QuestionCheckedListBox and SqlDataSource not surviving postback - Long Story [modified] Pin
MaxRelaxman8-Aug-07 6:04
MaxRelaxman8-Aug-07 6:04 
QuestionRefer to html controls in Javascript Pin
peacefulmember8-Aug-07 5:12
peacefulmember8-Aug-07 5:12 
AnswerRe: Refer to html controls in Javascript Pin
Vasudevan Deepak Kumar8-Aug-07 5:19
Vasudevan Deepak Kumar8-Aug-07 5:19 
GeneralRe: Refer to html controls in Javascript Pin
peacefulmember8-Aug-07 5:34
peacefulmember8-Aug-07 5:34 
QuestionTransfer gridview's datas, which are selected from checkboxes, to the another gridview which is in the other web page??? Pin
tahsinates8-Aug-07 5:10
tahsinates8-Aug-07 5:10 
AnswerRe: Transfer gridview's datas, which are selected from checkboxes, to the another gridview which is in the other web page??? Pin
Talal Sultan8-Aug-07 5:27
Talal Sultan8-Aug-07 5:27 
GeneralRe: Transfer gridview's datas, which are selected from checkboxes, to the another gridview which is in the other web page??? Pin
tahsinates8-Aug-07 5:34
tahsinates8-Aug-07 5:34 
GeneralRe: Transfer gridview's datas, which are selected from checkboxes, to the another gridview which is in the other web page??? Pin
Talal Sultan8-Aug-07 6:06
Talal Sultan8-Aug-07 6:06 
GeneralRe: Transfer gridview's datas, which are selected from checkboxes, to the another gridview which is in the other web page??? Pin
tahsinates8-Aug-07 6:27
tahsinates8-Aug-07 6:27 
GeneralRe: Transfer gridview's datas, which are selected from checkboxes, to the another gridview which is in the other web page??? Pin
Talal Sultan8-Aug-07 9:11
Talal Sultan8-Aug-07 9:11 
GeneralRe: Transfer gridview's datas, which are selected from checkboxes, to the another gridview which is in the other web page??? Pin
tahsinates8-Aug-07 11:02
tahsinates8-Aug-07 11:02 
QuestionTagging emails to create a dialogue? Pin
matsnas8-Aug-07 4:04
matsnas8-Aug-07 4:04 
QuestionMembership API data corruption???? Pin
Xpnctoc8-Aug-07 3:52
Xpnctoc8-Aug-07 3:52 
AnswerRe: Membership API data corruption???? Pin
ToddHileHoffer8-Aug-07 4:02
ToddHileHoffer8-Aug-07 4:02 
GeneralRe: Membership API data corruption???? Pin
Xpnctoc8-Aug-07 4:08
Xpnctoc8-Aug-07 4:08 
AnswerRe: Membership API data corruption???? Pin
kubben8-Aug-07 4:34
kubben8-Aug-07 4:34 

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.