Click here to Skip to main content
15,917,709 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: Porting C# WPF to Mono Pin
Nader Elshehabi3-Aug-10 21:28
Nader Elshehabi3-Aug-10 21:28 
GeneralRe: Porting C# WPF to Mono Pin
bahalana4-Aug-10 3:47
bahalana4-Aug-10 3:47 
AnswerRe: Porting C# WPF to Mono Pin
Adar Wesley3-Aug-10 22:17
Adar Wesley3-Aug-10 22:17 
AnswerRe: Porting C# WPF to Mono Pin
Jason Christian4-Aug-10 6:33
Jason Christian4-Aug-10 6:33 
AnswerRe: Porting C# WPF to Mono Pin
Member 43722424-Aug-10 7:17
Member 43722424-Aug-10 7:17 
AnswerRe: Porting C# WPF to Mono Pin
Chris Trelawny-Ross4-Aug-10 13:04
Chris Trelawny-Ross4-Aug-10 13:04 
Questionhow to display the student who is in due - there are 4 rows, in 4th row he paid balance amt so i should not select that student and the who paid less than total i need to select that student Pin
sr15929-Jul-10 23:12
sr15929-Jul-10 23:12 
AnswerRe: how to display the student who is in due - there are 4 rows, in 4th row he paid balance amt so i should not select that student and the who paid less than total i need to select that student Pin
Goutam Patra29-Jul-10 23:42
professionalGoutam Patra29-Jul-10 23:42 
First this is not SQL forum

However you can do one thing first find the students who does not paid total balance amount and select only those students. may be like

SELECT A.* FROM bed_fee AS A
WHERE EXISTS (
  SELECT stud_id FROM bed_fee WHERE A.stud_id = bed_fee.stud_id
  GROUP BY stud_id
  HAVING SUM(total ) <> SUM(paid) 
)

GeneralRe: how to display the student who is in due - there are 4 rows, in 4th row he paid balance amt so i should not select that student and the who paid less than total i need to select that student Pin
sr1595-Aug-10 23:37
sr1595-Aug-10 23:37 
AnswerRe: how to display the student who is in due - there are 4 rows, in 4th row he paid balance amt so i should not select that student and the who paid less than total i need to select that student Pin
Luc Pattyn29-Jul-10 23:45
sitebuilderLuc Pattyn29-Jul-10 23:45 
AnswerRe: how to display the student who is in due - there are 4 rows, in 4th row he paid balance amt so i should not select that student and the who paid less than total i need to select that student Pin
PIEBALDconsult1-Aug-10 8:36
mvePIEBALDconsult1-Aug-10 8:36 
QuestionAbout Poweshell Pin
NetQuestions29-Jul-10 20:22
NetQuestions29-Jul-10 20:22 
AnswerRe: About Poweshell Pin
Richard MacCutchan29-Jul-10 22:19
mveRichard MacCutchan29-Jul-10 22:19 
QuestionAbout WMI Pin
NetQuestions29-Jul-10 4:03
NetQuestions29-Jul-10 4:03 
AnswerRe: About WMI Pin
dan!sh 29-Jul-10 23:11
professional dan!sh 29-Jul-10 23:11 
QuestionExport to Excel in zip format Pin
Member 322226428-Jul-10 23:01
Member 322226428-Jul-10 23:01 
AnswerRe: Export to Excel in zip format Pin
Eddy Vluggen28-Jul-10 23:11
professionalEddy Vluggen28-Jul-10 23:11 
GeneralRe: Export to Excel in zip format Pin
Member 322226429-Jul-10 0:59
Member 322226429-Jul-10 0:59 
GeneralRe: Export to Excel in zip format Pin
Eddy Vluggen29-Jul-10 1:04
professionalEddy Vluggen29-Jul-10 1:04 
GeneralRe: Export to Excel in zip format Pin
Member 322226429-Jul-10 1:13
Member 322226429-Jul-10 1:13 
GeneralRe: Export to Excel in zip format Pin
Eddy Vluggen29-Jul-10 1:25
professionalEddy Vluggen29-Jul-10 1:25 
AnswerRe: Export to Excel in zip format Pin
Not Active29-Jul-10 2:28
mentorNot Active29-Jul-10 2:28 
Questiondata not binding Pin
sr15928-Jul-10 0:51
sr15928-Jul-10 0:51 
QuestionProblem in Crystal report Pin
sr15928-Jul-10 0:48
sr15928-Jul-10 0:48 
QuestionHandlers removed automatically? Pin
divyesh143228-Jul-10 0:00
divyesh143228-Jul-10 0:00 

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.