Click here to Skip to main content
15,896,557 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionMenu Pin
Ramkumar_S19-Aug-09 6:11
Ramkumar_S19-Aug-09 6:11 
AnswerRe: Menu Pin
Abhishek Sur19-Aug-09 8:06
professionalAbhishek Sur19-Aug-09 8:06 
AnswerRe: Menu Pin
Abhijit Jana19-Aug-09 8:20
professionalAbhijit Jana19-Aug-09 8:20 
AnswerRe: Menu Pin
sajjy19-Aug-09 10:02
sajjy19-Aug-09 10:02 
GeneralRe: Menu Pin
Ramkumar_S19-Aug-09 20:30
Ramkumar_S19-Aug-09 20:30 
Questiontrack time spent on each page Pin
PatientD19-Aug-09 5:16
PatientD19-Aug-09 5:16 
AnswerRe: track time spent on each page Pin
Abhishek Sur19-Aug-09 5:32
professionalAbhishek Sur19-Aug-09 5:32 
QuestionDropdownlist in a gridview query problem Pin
AllPhee19-Aug-09 5:04
AllPhee19-Aug-09 5:04 
Hi there,

I am using a DropDownList within a Gridview , and am selecting data from Three tables, where table "b" relates both tables "a" and "c". Table "a" is called "Tours" and each tour has a all the price ranges in Table "c" (table PriceRange).

I am able to populate the DropdownList with the "Price Ranges" but the query returns dublicate values for the Tours. I tried using the Full, the Left and Right outer join but didnt work. One more thing is that each one of the Tours has all the price Ranges that exist.

Please help. Your help is highly appreciated

SELECT DISTINCT a.TourId, a.TourDesc, b.TourRangeId, c.PriceRangeId, c.[Desc]
FROM         dbo.Tour AS a INNER JOIN
                      dbo.TourRange AS b ON a.TourId = b.FKTourId INNER JOIN
                      dbo.PriceRange AS c ON b.FKPriceRangeId = c.PriceRangeId


allphpro

AnswerRe: Dropdownlist in a gridview query problem Pin
AllPhee19-Aug-09 5:29
AllPhee19-Aug-09 5:29 
AnswerRe: Dropdownlist in a gridview query problem Pin
padmanabhan N19-Aug-09 18:37
padmanabhan N19-Aug-09 18:37 
QuestionHow to print html data without rendering? [modified] Pin
Gaurav Aroraa19-Aug-09 4:34
professionalGaurav Aroraa19-Aug-09 4:34 
AnswerRe: How to print html data without rendering? Pin
Abhishek Sur19-Aug-09 5:35
professionalAbhishek Sur19-Aug-09 5:35 
GeneralRe: How to print html data without rendering? Pin
Gaurav Aroraa20-Aug-09 4:00
professionalGaurav Aroraa20-Aug-09 4:00 
GeneralRe: How to print html data without rendering? Pin
Abhishek Sur20-Aug-09 21:31
professionalAbhishek Sur20-Aug-09 21:31 
Questionnot to save on validation error Pin
ansriharsha19-Aug-09 4:26
ansriharsha19-Aug-09 4:26 
QuestionWorking with classes in asp.net Pin
srikantha_nagaraj19-Aug-09 4:12
srikantha_nagaraj19-Aug-09 4:12 
AnswerRe: Working with classes in asp.net Pin
SeMartens19-Aug-09 4:31
SeMartens19-Aug-09 4:31 
GeneralRe: Working with classes in asp.net Pin
srikantha_nagaraj19-Aug-09 17:56
srikantha_nagaraj19-Aug-09 17:56 
GeneralRe: Working with classes in asp.net Pin
SeMartens19-Aug-09 20:19
SeMartens19-Aug-09 20:19 
GeneralRe: Working with classes in asp.net Pin
srikantha_nagaraj19-Aug-09 22:07
srikantha_nagaraj19-Aug-09 22:07 
GeneralRe: Working with classes in asp.net Pin
SeMartens19-Aug-09 22:21
SeMartens19-Aug-09 22:21 
GeneralRe: Working with classes in asp.net Pin
padmanabhan N19-Aug-09 22:32
padmanabhan N19-Aug-09 22:32 
AnswerRe: Working with classes in asp.net Pin
Ashfield19-Aug-09 4:32
Ashfield19-Aug-09 4:32 
QuestionCall Javascript and asp .net click event also Pin
AB777119-Aug-09 3:35
AB777119-Aug-09 3:35 
AnswerRe: Call Javascript and asp .net click event also Pin
Coding C#19-Aug-09 3:48
Coding C#19-Aug-09 3:48 

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.