Click here to Skip to main content
15,887,683 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: AjaxControlToolkit AutoCompleteExtender Pin
Crapaw4524-May-10 11:05
Crapaw4524-May-10 11:05 
GeneralRe: AjaxControlToolkit AutoCompleteExtender Pin
T M Gray24-May-10 11:22
T M Gray24-May-10 11:22 
GeneralRe: AjaxControlToolkit AutoCompleteExtender Pin
Crapaw4525-May-10 4:56
Crapaw4525-May-10 4:56 
QuestionWhere are maxWorkerThreads and maxIoThreads in .NET 2.0? Pin
Xiangyang Liu 刘向阳24-May-10 7:25
Xiangyang Liu 刘向阳24-May-10 7:25 
Questionwant one sql query... Pin
hi_everybody24-May-10 7:18
hi_everybody24-May-10 7:18 
AnswerRe: want one sql query... Pin
Brij24-May-10 8:22
mentorBrij24-May-10 8:22 
GeneralRe: want one sql query... Pin
hi_everybody26-May-10 7:59
hi_everybody26-May-10 7:59 
AnswerRe: want one sql query... Pin
Crapaw4524-May-10 8:43
Crapaw4524-May-10 8:43 
Here is one I did for freight_cost: You will need the second example.

-- max cost
SELECT MAX(Freight_Cost)
FROM Product_Freight_Cost

-- 2nd max cost
SELECT MAX(Freight_Cost)
FROM Product_Freight_Cost
WHERE Freight_Cost NOT IN (SELECT MAX(Freight_Cost) FROM Product_Freight_Cost)
GeneralRe: want one sql query... Pin
hi_everybody26-May-10 8:01
hi_everybody26-May-10 8:01 
Questiondisplay hyperlink Pin
Aljaz11124-May-10 6:21
Aljaz11124-May-10 6:21 
AnswerRe: display hyperlink Pin
Sandeep Mewara24-May-10 6:24
mveSandeep Mewara24-May-10 6:24 
GeneralRe: display hyperlink Pin
Aljaz11124-May-10 6:42
Aljaz11124-May-10 6:42 
GeneralRe: display hyperlink Pin
Sandeep Mewara24-May-10 8:47
mveSandeep Mewara24-May-10 8:47 
GeneralRe: display hyperlink Pin
Aljaz11124-May-10 12:47
Aljaz11124-May-10 12:47 
GeneralRe: display hyperlink Pin
PunkIsNotDead24-May-10 17:00
PunkIsNotDead24-May-10 17:00 
QuestionHow to change tab index from the child page Pin
vjvjvjvj24-May-10 5:46
vjvjvjvj24-May-10 5:46 
QuestionImport contacts from Gmail and Yahoo in Asp.net Pin
NetMan201224-May-10 4:31
NetMan201224-May-10 4:31 
AnswerRe: Import contacts from Gmail and Yahoo in Asp.net Pin
Not Active24-May-10 4:35
mentorNot Active24-May-10 4:35 
GeneralRe: Import contacts from Gmail and Yahoo in Asp.net Pin
NetMan201224-May-10 4:42
NetMan201224-May-10 4:42 
GeneralRe: Import contacts from Gmail and Yahoo in Asp.net Pin
Not Active24-May-10 4:48
mentorNot Active24-May-10 4:48 
QuestionDynamic Wed Service: SOAP request message with non primitive types as parameters!!! [modified] Pin
stream2ocean24-May-10 3:41
stream2ocean24-May-10 3:41 
QuestionWeb Parts Personalization Reset problem Pin
Richard Lund24-May-10 3:11
Richard Lund24-May-10 3:11 
QuestionIframe reload Pin
siva45524-May-10 2:49
siva45524-May-10 2:49 
QuestionPlease help me.......MIME Type for XLS file Pin
cheguri24-May-10 0:02
cheguri24-May-10 0:02 
AnswerRe: Please help me.......MIME Type for XLS file Pin
Sandeep Mewara24-May-10 3:09
mveSandeep Mewara24-May-10 3:09 

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.