Wrox Programmer Forums
Go Back   Wrox Programmer Forums > C# and C > C# 1.0 > C#
|
C# Programming questions specific to the Microsoft C# language. See also the forum Beginning Visual C# to discuss that specific Wrox book and code.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the C# section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 24th, 2008, 07:30 AM
Registered User
 
Join Date: Jun 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Hi i need a help

I have 2 dropdowns in the first dropdown i have the source place and the destination place... if i select the source place in the next dropdown it should that place and it should populate... kindly help me out

 
Old June 24th, 2008, 07:54 AM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

What have you done so far? Do you have any code? Where is the data coming from? Have you googled for this problem yet? There are ample examples of this type of behavior.

-Peter
compiledthoughts.com
 
Old July 18th, 2008, 05:50 AM
Registered User
 
Join Date: Jul 2008
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to DIlip Kumar Sittu Send a message via MSN to DIlip Kumar Sittu Send a message via Yahoo to DIlip Kumar Sittu
Default

No clear the problem please describe all the think like this is html dropdown control or server side drop down control and how you bind the value in dropdown is this static or from database

http://dilipdeveloper.blogspot.com
 
Old July 18th, 2008, 05:55 AM
samjudson's Avatar
Friend of Wrox
 
Join Date: Aug 2007
Posts: 2,128
Thanks: 1
Thanked 189 Times in 188 Posts
Default

Hi

I'm afraid it is obvious that English is not your first language, as I cannot understand what the problem is from your description.

Please try to provide code samples of what you have produced and explain in as simple terms as possible exactly what you would like the outcome to be.

/- Sam Judson : Wrox Technical Editor -/
 
Old July 18th, 2008, 05:56 AM
Friend of Wrox
 
Join Date: Mar 2007
Posts: 432
Thanks: 0
Thanked 1 Time in 1 Post
Default

Like Peter said, you need to check this out on Google. This kind of thing is really common within most applications (higher level drop down then being used to "filter" the lower level drop down)..

E.g.

Dropdown 1: "Select Book Category:"

- Programming
- Design Patterns
- .....

Selecting "Design Patterns" in DropDown 1 Filters DropDown 2 to show:

- Head First Design Patterns
- .. etc etc

Done lots. Most "teach yourself" books will cover similar examples in their data access chapters (most of mine do).

Rob
http://cantgrokwontgrok.blogspot.com









Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.