473,411 Members | 2,068 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,411 software developers and data experts.

RE: Cascading Dropdownlist

What was your solution to this problem in the end Jacque?.

I am attempting to re-write an ASP / VB Script application in C# to be made available as a series of web parts to be deployed on WSS 3.0.

I have a form which has three dropdownlists. similar to your senario i require the first dropdownlist to populate the second and the second dropdownlist to populate the third.

i have tackled this problem in many different ways and am still failing miserably in my quest.

time is of the essence here - please can you guide me in the right direction?
Jun 27 '08 #1
2 1300
this may help you:

http://www.MyReader.net/rbr/ajax_Asy...OfPageInfo.zip

it's in vb.net, you can solve the problem with csharp code not properly
handling quotes by running the page webform2.aspx similar to:

<%@ Page Language="vb" %>
<script language="VB" runat="server">

Public Sub Page_Load(ByVal sender As Object, ByVal e As EventArgs)
.......

and let vb.net do it's thing with quotes.

I currently have a permission problem ( the new 'permission denied' post in
this ng ) when running the code on the host ( everything works just fine
running the web app locally )

to see what I am talking about,
- go to www.MyReader.net
- select Create Account
- when changing the country, the contents of the State dropdown should
repopulate but does not because persmission is denied

John Bickmore
www.MyReader.net

<Adam Matherwrote in message news:20*********************@ntlworld.com...
What was your solution to this problem in the end Jacque?.

I am attempting to re-write an ASP / VB Script application in C# to be
made available as a series of web parts to be deployed on WSS 3.0.

I have a form which has three dropdownlists. similar to your senario i
require the first dropdownlist to populate the second and the second
dropdownlist to populate the third.

i have tackled this problem in many different ways and am still failing
miserably in my quest.

time is of the essence here - please can you guide me in the right
direction?

Jun 27 '08 #2
I forgot to mention that

http://www.MyReader.net/rbr/ajax_Asy...OfPageInfo.zip

is an example of triple cascading dropdownlists
"xzzy" <mr********@comcast.netwrote in message
news:w-******************************@comcast.com...
this may help you:

http://www.MyReader.net/rbr/ajax_Asy...OfPageInfo.zip

it's in vb.net, you can solve the problem with csharp code not properly
handling quotes by running the page webform2.aspx similar to:

<%@ Page Language="vb" %>
<script language="VB" runat="server">

Public Sub Page_Load(ByVal sender As Object, ByVal e As EventArgs)
......

and let vb.net do it's thing with quotes.

I currently have a permission problem ( the new 'permission denied' post
in this ng ) when running the code on the host ( everything works just
fine running the web app locally )

to see what I am talking about,
- go to www.MyReader.net
- select Create Account
- when changing the country, the contents of the State dropdown should
repopulate but does not because persmission is denied

John Bickmore
www.MyReader.net

<Adam Matherwrote in message
news:20*********************@ntlworld.com...
>What was your solution to this problem in the end Jacque?.

I am attempting to re-write an ASP / VB Script application in C# to be
made available as a series of web parts to be deployed on WSS 3.0.

I have a form which has three dropdownlists. similar to your senario i
require the first dropdownlist to populate the second and the second
dropdownlist to populate the third.

i have tackled this problem in many different ways and am still failing
miserably in my quest.

time is of the essence here - please can you guide me in the right
direction?


Jun 27 '08 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: John | last post by:
Hi all, Is there any way in which I can change the look of a dropdownlist (the arrows and borders and . . .)? Regards John.
2
by: Sam | last post by:
A) Destination Table with 4 Fields. 1) Last Name 2) First Name 3) State 4) Zip Code. B) Look up table State/Zip Code with 2 Fields
6
by: srinivaspnv21 | last post by:
hi, plz help me, i hav a problem in cascading two or more dropdownlists(like after selecting country in one dropdownlist, its corresponding states should display) without refreshing the whole page....
2
by: rwiegel | last post by:
I am trying to use a dropdownlist inside of a gridview. I want the gridview to display some value as a label until the user clicks the edit button for that row. Then I want to populate the...
0
by: john_mcmahon | last post by:
I'm having issues populating a second drop down menu that's dependent upon a selection in the first menu. When I select an option from the first menu, the second menu remains disabled, i.e. unable...
0
by: matt cupryk | last post by:
I have problems updating the image on the page. <script language="javascript" type="text/javascript"> function pageLoad(sender, args) { $find("cddCountry").add_selectionChanged(onCCSChanged);...
1
by: vbnetman | last post by:
Hi, I am new to ASP.Net and am creating a registration form. In the registration form I need to create a Cascading Dropdownlist where in one drop down list the user selects area, for example...
3
by: aqua62 | last post by:
all the dropdownlist in my form are of cascading type, where result of previous determines the data to be filled in the next . The problem is that if there is only 1 item in the dropdownlist then...
1
by: IramMunir | last post by:
Imports System.Web Imports System Imports System.Collections.Specialized Imports System.Web.Services Imports System.Web.Services.Protocols Imports System.Data Imports AjaxControlToolkit...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.