Click here to Skip to main content
15,891,708 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: need for cache in asp.net(c#)2.0 Pin
Brij21-Apr-10 4:17
mentorBrij21-Apr-10 4:17 
AnswerRe: need for cache in asp.net(c#)2.0 Pin
Jamil Hallal21-Apr-10 4:19
professionalJamil Hallal21-Apr-10 4:19 
AnswerRe: need for cache in asp.net(c#)2.0 Pin
Sandesh M Patil21-Apr-10 6:41
Sandesh M Patil21-Apr-10 6:41 
Questionneed for state management in asp.net(c#) 2.0 Pin
Balaji_Reddy21-Apr-10 3:51
Balaji_Reddy21-Apr-10 3:51 
AnswerRe: need for state management in asp.net(c#) 2.0 Pin
Jamil Hallal21-Apr-10 4:11
professionalJamil Hallal21-Apr-10 4:11 
AnswerRe: need for state management in asp.net(c#) 2.0 Pin
Sandesh M Patil21-Apr-10 6:43
Sandesh M Patil21-Apr-10 6:43 
QuestionHelp with Microsoft Access Database and ASP Pin
Amean21-Apr-10 3:30
Amean21-Apr-10 3:30 
AnswerRe: Help with Microsoft Access Database and ASP Pin
David Mujica21-Apr-10 3:50
David Mujica21-Apr-10 3:50 
So, do I understand that your result table will always display the following columns ?

Make, Model, Engine Size, Color

If so, then you would create 4 drop down lists which would be used to filter the results grid.

Start with this,

1) Place a combo box on your page and fill it with distinct values of car makes.
Your SQL would be something like: "select distinct make from myTable order by make"

2) Create code for the combo box "SelectedIndexChanged" event that would build a new SQL string including the selected value from your combo box in the where clause. Your SQL would be something like "select * from all_cars_table where make = combobox.selectitem"

This should give you a direction to start in ...

Good luck. Thumbs Up | :thumbsup:
GeneralRe: Help with Microsoft Access Database and ASP Pin
Amean21-Apr-10 3:54
Amean21-Apr-10 3:54 
GeneralLearning website Pin
David Mujica21-Apr-10 4:05
David Mujica21-Apr-10 4:05 
QuestionClustered Solutions Pin
Paul Unsworth20-Apr-10 23:42
Paul Unsworth20-Apr-10 23:42 
AnswerRe: Clustered Solutions Pin
Arindam Tewary20-Apr-10 23:47
professionalArindam Tewary20-Apr-10 23:47 
GeneralRe: Clustered Solutions Pin
Paul Unsworth20-Apr-10 23:54
Paul Unsworth20-Apr-10 23:54 
AnswerRe: Clustered Solutions Pin
Arindam Tewary21-Apr-10 0:09
professionalArindam Tewary21-Apr-10 0:09 
GeneralRe: Clustered Solutions Pin
Paul Unsworth21-Apr-10 0:15
Paul Unsworth21-Apr-10 0:15 
AnswerRe: Clustered Solutions Pin
Arindam Tewary21-Apr-10 2:25
professionalArindam Tewary21-Apr-10 2:25 
AnswerRe: Clustered Solutions Pin
Brij21-Apr-10 0:18
mentorBrij21-Apr-10 0:18 
GeneralRe: Clustered Solutions Pin
Paul Unsworth21-Apr-10 0:20
Paul Unsworth21-Apr-10 0:20 
GeneralRe: Clustered Solutions Pin
Brij21-Apr-10 0:32
mentorBrij21-Apr-10 0:32 
Questionsecuring querystring Pin
suhaib198220-Apr-10 22:45
suhaib198220-Apr-10 22:45 
AnswerRe: securing querystring Pin
Arindam Tewary20-Apr-10 23:42
professionalArindam Tewary20-Apr-10 23:42 
AnswerRe: securing querystring Pin
Avinash_Mane21-Apr-10 0:25
Avinash_Mane21-Apr-10 0:25 
AnswerRe: securing querystring Pin
Sandesh M Patil21-Apr-10 1:28
Sandesh M Patil21-Apr-10 1:28 
AnswerRe: securing querystring Pin
Jamil Hallal21-Apr-10 2:56
professionalJamil Hallal21-Apr-10 2:56 
AnswerRe: securing querystring Pin
Balaji_Reddy21-Apr-10 4:31
Balaji_Reddy21-Apr-10 4:31 

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.