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)
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.
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/
======================================
"Mel" <MLigh...@gmail.com> wrote in message news:7865232b-53e8-483c...@s50g2000hsb.googlegroups.com...
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?
!> "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/
======================================
"Mel" <MLigh...@gmail.com> wrote in message news:d85b81cc-2907-4cae...@r66g2000hsg.googlegroups.com...
Can anyone assist in how to do a series of drill downs on a web page?
Here I even went and looked it up for you :
http://msdn.microsoft.com/en-ca/magazine/cc500643.aspx#S2
"Mel" <MLigh...@gmail.com> wrote in message
news:c994165d-2f7f-4c49...@c58g2000hsc.googlegroups.com...
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.
if you google for "asp.net nested grid" you can find tons of 2.0- solutions
for doing the same thing.
"Mel" <MLigh...@gmail.com> wrote in message
news:06a2b7e2-e60c-41a5...@m45g2000hsb.googlegroups.com...