Click here to Skip to main content
15,924,828 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionAuthentication Error , help me !!! Pin
NguyenMinhCold16-Apr-07 17:26
NguyenMinhCold16-Apr-07 17:26 
QuestionProblem in assigning values to ItemArray... Pin
Arun.Immanuel16-Apr-07 16:11
Arun.Immanuel16-Apr-07 16:11 
AnswerRe: Problem in assigning values to ItemArray... Pin
Chetan Ranpariya19-Apr-07 23:20
Chetan Ranpariya19-Apr-07 23:20 
GeneralRe: Problem in assigning values to ItemArray... Pin
Arun.Immanuel20-Apr-07 0:46
Arun.Immanuel20-Apr-07 0:46 
NewsEncrypting Connection Strings Pin
Code_Doctor16-Apr-07 15:59
Code_Doctor16-Apr-07 15:59 
Questiongridview Pin
hahii16-Apr-07 13:49
hahii16-Apr-07 13:49 
AnswerRe: gridview Pin
kubben16-Apr-07 14:46
kubben16-Apr-07 14:46 
QuestionTry this Pin
Hasan Ali16-Apr-07 12:54
Hasan Ali16-Apr-07 12:54 
IEI
====
proj_no cst_Amt cst_date cst_typ



Query requirement:
=================
select sum of cst_Amt , month from IEI where cst_typ = 'type1' and proj_no in (select proj_no from IEI where cst_typ = 'type2' and cst_date between '01/01/2006' and '06/01/2006')

===========================================================

select sum(cst_Amt), to_char(cst_date,'MM/01/yyyy') from IEI
where
cst_typ = 'type1' and
proj_no in
(select proj_no
from
IEI where cst_typ = 'type2' and
cst_date between '01/01/2006' and '06/01/2006')
And cst_date between '01/01/2006' and '06/01/2006' group by to_char(cst_date,'MM')
==================
expected output
===============
sum Date
=== ====
212 01/01/2006
434 02/01/2006
434 03/01/2006
434 04/01/2006
434 05/01/2006
434 06/01/2006

AnswerRe: Try this Pin
Jonathan [Darka]17-Apr-07 21:56
professionalJonathan [Darka]17-Apr-07 21:56 
QuestionEnableViewProperty Pin
hahii16-Apr-07 10:14
hahii16-Apr-07 10:14 
AnswerRe: EnableViewProperty Pin
kubben16-Apr-07 12:54
kubben16-Apr-07 12:54 
Questionurgent please help Pin
hahii16-Apr-07 8:59
hahii16-Apr-07 8:59 
AnswerRe: urgent please help Pin
Guffa16-Apr-07 9:35
Guffa16-Apr-07 9:35 
QuestionWorking with a Gridview Edit Template at runtime. Pin
dspyank16-Apr-07 8:13
dspyank16-Apr-07 8:13 
AnswerRe: Working with a Gridview Edit Template at runtime. Pin
kubben16-Apr-07 12:56
kubben16-Apr-07 12:56 
QuestionAn AI chatbot in ASP.Net? A few snags I've run into. Pin
Caden16-Apr-07 8:05
Caden16-Apr-07 8:05 
Questionhelp me really soon guys Pin
dhananjaysonar16-Apr-07 7:18
dhananjaysonar16-Apr-07 7:18 
AnswerRe: help me really soon guys Pin
kubben16-Apr-07 13:00
kubben16-Apr-07 13:00 
QuestionHow to get previous page URL Pin
attalurisubbu16-Apr-07 5:18
attalurisubbu16-Apr-07 5:18 
AnswerRe: How to get previous page URL Pin
Guffa16-Apr-07 6:45
Guffa16-Apr-07 6:45 
QuestionUpdating a table in Dataview Pin
twhitma116-Apr-07 3:53
twhitma116-Apr-07 3:53 
Questiondate_fun_dal_mohamed_arif Pin
Hasan Ali16-Apr-07 2:59
Hasan Ali16-Apr-07 2:59 
AnswerRe: date_fun_dal_mohamed_arif Pin
_mubashir16-Apr-07 3:28
_mubashir16-Apr-07 3:28 
AnswerRe: date_fun_dal_mohamed_arif Pin
Jonathan [Darka]17-Apr-07 21:56
professionalJonathan [Darka]17-Apr-07 21:56 
Questiongridview Pin
Oga M16-Apr-07 2:43
Oga M16-Apr-07 2:43 

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.