Click here to Skip to main content
15,892,927 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralSubject : HTML tag and JavaScript validation in usercontrol Pin
peacefulmember16-Aug-07 10:33
peacefulmember16-Aug-07 10:33 
AnswerRe: Hi All, Pin
Christian Graus16-Aug-07 11:30
protectorChristian Graus16-Aug-07 11:30 
GeneralRe: Hi All, Pin
peacefulmember16-Aug-07 15:22
peacefulmember16-Aug-07 15:22 
AnswerRe: Hi All, Pin
N a v a n e e t h16-Aug-07 17:55
N a v a n e e t h16-Aug-07 17:55 
GeneralRe: Hi All, Pin
peacefulmember17-Aug-07 3:00
peacefulmember17-Aug-07 3:00 
GeneralRe: Hi All, Pin
peacefulmember17-Aug-07 3:09
peacefulmember17-Aug-07 3:09 
AnswerRe: Hi All, Pin
S A R I T H16-Aug-07 20:35
S A R I T H16-Aug-07 20:35 
QuestionI need help with sequel query with INNER/OUTER JOIN Pin
hurrem16-Aug-07 9:37
hurrem16-Aug-07 9:37 
Hi,

Here is the similar query, that I need:
SELECT     News.NewsID, News.Headline, Images.ImageID<br />
FROM         News INNER JOIN<br />
                      Images ON News.NewsID = Images.NewsID<br />
WHERE     (News.Enabled = @Enabled) AND (Images.Favourite = @fave)


But this gives only those headlines that have there images, but I need all the headlines, and if they have images, then to get the favorite imageID, because they can have more than one image and only one of them is favorite.



thx
AnswerRe: I need help with sequel query with INNER/OUTER JOIN Pin
Christian Graus16-Aug-07 11:32
protectorChristian Graus16-Aug-07 11:32 
GeneralRe: I need help with sequel query with INNER/OUTER JOIN Pin
hurrem16-Aug-07 12:35
hurrem16-Aug-07 12:35 
QuestionCompiler Error Message: CS0117 Pin
BigtimeOneEleven16-Aug-07 8:31
BigtimeOneEleven16-Aug-07 8:31 
AnswerRe: Compiler Error Message: CS0117 Pin
Christian Graus16-Aug-07 11:38
protectorChristian Graus16-Aug-07 11:38 
QuestionConnecting to SQL !!! Pin
mrkeivan16-Aug-07 7:11
mrkeivan16-Aug-07 7:11 
AnswerRe: Connecting to SQL !!! Pin
mani_iips16-Aug-07 7:16
mani_iips16-Aug-07 7:16 
GeneralRe: Connecting to SQL !!! Pin
mrkeivan16-Aug-07 7:26
mrkeivan16-Aug-07 7:26 
GeneralRe: Connecting to SQL !!! Pin
mani_iips16-Aug-07 7:29
mani_iips16-Aug-07 7:29 
QuestionCan Someone Explain this (ref Page Life Cycle) Pin
mani_iips16-Aug-07 7:08
mani_iips16-Aug-07 7:08 
QuestionGod dam dates Pin
Sam Heller16-Aug-07 6:18
Sam Heller16-Aug-07 6:18 
AnswerRe: God dam dates Pin
ToddHileHoffer16-Aug-07 8:11
ToddHileHoffer16-Aug-07 8:11 
AnswerRe: God dam dates Pin
Not Active16-Aug-07 9:25
mentorNot Active16-Aug-07 9:25 
Questionwww.xtravels.com is not working inside the Host Server Pin
pubududilena16-Aug-07 5:41
pubududilena16-Aug-07 5:41 
AnswerRe: www.xtravels.com is not working inside the Host Server Pin
Michael Sync16-Aug-07 5:47
Michael Sync16-Aug-07 5:47 
GeneralRe: www.xtravels.com is not working inside the Host Server Pin
Sam Heller16-Aug-07 6:20
Sam Heller16-Aug-07 6:20 
GeneralRe: www.xtravels.com is not working inside the Host Server Pin
pubududilena16-Aug-07 21:00
pubududilena16-Aug-07 21:00 
QuestionHow to stop server side event firing based on client side event [modified] Pin
here2learn16-Aug-07 5:00
here2learn16-Aug-07 5: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.