How to Create Drill Down on Web Page

M

Mel

Can anyone provide any help on how I would create a drill down on a
web page? I want to create something like when you search for car
parts the user can navigate the drill downs and at the top of the page
is says something like this:

Chevy>>2002>>Avalanche>>1500

What is the database behind it? I want to use an Access Database to
store the data is that possible? How would the database be
structured?

(Using Asp.net 2.0, VB.net)
 
J

Juan T. Llibre

re:
!> I want to create something like when you search for car
!> parts the user can navigate the drill downs

Here's a complete example you can adapt :
http://www.codeproject.com/KB/combobox/DrillDown.aspx

re:
!> at the top of the page is says something like this:
!> Chevy>>2002>>Avalanche>>1500

Are you thinking of breadcrumbs ?
Usually an "at the top of the page" display refers to directories, not to data.
 
M

Mel

re:
!> I want to create something like when you search for car
!> parts the user can navigate the drill downs

Here's a complete example you can adapt :http://www.codeproject.com/KB/combobox/DrillDown.aspx

re:
!> at the top of the page is says something like this:
!> Chevy>>2002>>Avalanche>>1500

Are you thinking of breadcrumbs ?
Usually an "at the top of the page" display refers to directories, not to data.

Unfortunately the code project example is in C#, which I am not very
familiar with at all, but that is exactly what I am looking for. I
converted the example project with Visual Studio 2005 and when I try
to run it an error message appears:

"A project with an Output Type of Class Library cannot be started
directly. In order to debug this project, add an executable project
to this solution which references the library project. Set the
executable project as the startup project."

This message makes no sense to me. What do I need to do here?
 
J

Juan T. Llibre

re:
!> when I try to run it an error message appears:

!> "A project with an Output Type of Class Library cannot be started
!> directly. In order to debug this project, add an executable project
!> to this solution which references the library project. Set the
!> executable project as the startup project."

Egads! I didn't realize that example is for Windows Forms, not for Web Forms.

I'll try to hunt down a dependent listboxes web sample I wrote some time ago.





re:
!> I want to create something like when you search for car
!> parts the user can navigate the drill downs

Here's a complete example you can adapt :http://www.codeproject.com/KB/combobox/DrillDown.aspx

re:
!> at the top of the page is says something like this:
!> Chevy>>2002>>Avalanche>>1500

Are you thinking of breadcrumbs ?
Usually an "at the top of the page" display refers to directories, not to data.

Unfortunately the code project example is in C#, which I am not very
familiar with at all, but that is exactly what I am looking for. I
converted the example project with Visual Studio 2005 and when I try
to run it an error message appears:

"A project with an Output Type of Class Library cannot be started
directly. In order to debug this project, add an executable project
to this solution which references the library project. Set the
executable project as the startup project."

This message makes no sense to me. What do I need to do here?
 
M

Mel

re:
!> when I try to run it an error message appears:

!> "A project with an Output Type of Class Library cannot be started
!> directly. In order to debug this project, add an executable project
!> to this solution which references the library project. Set the
!> executable project as the startup project."

Egads! I didn't realize that example is for Windows Forms, not for Web Forms.

I'll try to hunt down a dependent listboxes web sample I wrote some time ago.

Juan T. Llibre, asp.net MVP
asp.net faq :http://asp.net.do/faq/
foros de asp.net, en español :http://asp.net.do/foros/








Unfortunately the code project example is in C#, which I am not very
familiar with at all, but that is exactly what I am looking for. I
converted the example project with Visual Studio 2005 and when I try
to run it an error message appears:

"A project with an Output Type of Class Library cannot be started
directly. In order to debug this project, add an executable project
to this solution which references the library project. Set the
executable project as the startup project."

This message makes no sense to me. What do I need to do here?

Can anyone assist in how to do a series of drill downs on a web page?
 
G

gerry

this was answered when you 1st posted this question : MSDN mag May/April :
ListView

Here I even went and looked it up for you :
http://msdn.microsoft.com/en-ca/magazine/cc500643.aspx#S2



re:
!> when I try to run it an error message appears:

!> "A project with an Output Type of Class Library cannot be started
!> directly. In order to debug this project, add an executable project
!> to this solution which references the library project. Set the
!> executable project as the startup project."

Egads! I didn't realize that example is for Windows Forms, not for Web
Forms.

I'll try to hunt down a dependent listboxes web sample I wrote some time
ago.

Juan T. Llibre, asp.net MVP
asp.net faq :http://asp.net.do/faq/
foros de asp.net, en español :http://asp.net.do/foros/
in
message







Unfortunately the code project example is in C#, which I am not very
familiar with at all, but that is exactly what I am looking for. I
converted the example project with Visual Studio 2005 and when I try
to run it an error message appears:

"A project with an Output Type of Class Library cannot be started
directly. In order to debug this project, add an executable project
to this solution which references the library project. Set the
executable project as the startup project."

This message makes no sense to me. What do I need to do here?

Can anyone assist in how to do a series of drill downs on a web page?
 
G

gerry

sorry, I missed the 2.0 part - ListView is 3.5

if you google for "asp.net nested grid" you can find tons of 2.0- solutions
for doing the same thing.


this was answered when you 1st posted this question : MSDN mag May/April :
ListView

Here I even went and looked it up for you
:http://msdn.microsoft.com/en-ca/magazine/cc500643.aspx#S2












Can anyone assist in how to do a series of drill downs on a web page?

Yes sir. Thank you sir. I'll check it out and see if I can get it to
apply to Asp.net 2.0 and VB.net.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,763
Messages
2,569,563
Members
45,039
Latest member
CasimiraVa

Latest Threads

Top