Click here to Skip to main content
16,011,805 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: javascript Script Error: Expected ')' in Asp.net Pin
Rajeshwary5-Sep-08 21:25
Rajeshwary5-Sep-08 21:25 
GeneralRe: javascript Script Error: Expected ')' in Asp.net Pin
Guffa6-Sep-08 0:12
Guffa6-Sep-08 0:12 
Questiondeleting a row of gridview and the id of product from a list Pin
strawberrysh5-Sep-08 7:12
strawberrysh5-Sep-08 7:12 
AnswerRe: deleting a row of gridview and the id of product from a list Pin
Gayani Devapriya5-Sep-08 7:34
Gayani Devapriya5-Sep-08 7:34 
GeneralRe: deleting a row of gridview and the id of product from a list [modified] Pin
strawberrysh5-Sep-08 9:19
strawberrysh5-Sep-08 9:19 
Questionajax tab panel and datagrid Pin
vjvjvjvj5-Sep-08 5:21
vjvjvjvj5-Sep-08 5:21 
Questionsql query for dropdownlist Pin
eyeseetee5-Sep-08 4:02
eyeseetee5-Sep-08 4:02 
AnswerRe: sql query for dropdownlist Pin
Dilip H. Patel5-Sep-08 4:17
Dilip H. Patel5-Sep-08 4:17 
Dear .netman,

first of all you can not use aggregate functions (like sum, avg) without using Group by clause.

and another thing also you can not use aggregate functions in where clause. you have to use Having clause with group by clause.

select * from table where field1 not in (select field2 from table2 where field3 like '%05/09/2008%' gruop by field2 having sum (field3) < 1)


Regards,

Dilip Patel
AnswerRe: sql query for dropdownlist Pin
Blue_Boy5-Sep-08 4:19
Blue_Boy5-Sep-08 4:19 
GeneralRe: sql query for dropdownlist Pin
eyeseetee5-Sep-08 4:37
eyeseetee5-Sep-08 4:37 
GeneralRe: sql query for dropdownlist Pin
Blue_Boy5-Sep-08 4:41
Blue_Boy5-Sep-08 4:41 
GeneralRe: sql query for dropdownlist Pin
eyeseetee5-Sep-08 4:49
eyeseetee5-Sep-08 4:49 
GeneralRe: sql query for dropdownlist Pin
Blue_Boy5-Sep-08 4:53
Blue_Boy5-Sep-08 4:53 
GeneralRe: sql query for dropdownlist Pin
eyeseetee5-Sep-08 5:11
eyeseetee5-Sep-08 5:11 
GeneralRe: sql query for dropdownlist Pin
Blue_Boy5-Sep-08 5:13
Blue_Boy5-Sep-08 5:13 
GeneralRe: sql query for dropdownlist Pin
AprNgp5-Sep-08 7:13
AprNgp5-Sep-08 7:13 
GeneralRe: sql query for dropdownlist Pin
Blue_Boy5-Sep-08 7:22
Blue_Boy5-Sep-08 7:22 
Questionwindow popup on textbox textchanged Pin
kishorg15-Sep-08 2:48
kishorg15-Sep-08 2:48 
Questiongetting image from scripts Pin
rohit tiwary5-Sep-08 2:22
rohit tiwary5-Sep-08 2:22 
Questioncalling ASP function Pin
The Web Developer5-Sep-08 1:42
The Web Developer5-Sep-08 1:42 
AnswerRe: calling ASP function Pin
ToddHileHoffer5-Sep-08 2:21
ToddHileHoffer5-Sep-08 2:21 
GeneralRe: calling ASP function Pin
The Web Developer5-Sep-08 2:31
The Web Developer5-Sep-08 2:31 
GeneralRe: calling ASP function Pin
ToddHileHoffer5-Sep-08 2:47
ToddHileHoffer5-Sep-08 2:47 
Questionrestricting multiple logon to an application with single user account Pin
surender9395-Sep-08 1:11
surender9395-Sep-08 1:11 
Questionneed help with Bind in Gridview Pin
pratik malviya5-Sep-08 0:27
pratik malviya5-Sep-08 0:27 

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.