Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
JimmyB4B #1
Dropdownlist Cascade
Hi Guys
I have two dropdownlists (A and B)
Both get their values from a database
When i select a value from dropdownlist A
It is suppose to do a postback
and then dropdownlist B gets a value from dropdownlist A
which then populates dropdownlist B
However i have been trying for days but dropdownlist B does not populate
For dropdownlist A
i have set postback = true
For drop dropdownlist B
in the dataset menu i have set
Filter: classlevelid = Form Variable Classlevelid
This part actually works when i test and put a classlevelid
However on the page
only dropdownlist A gets populated
and Dropdownlist B remains empty after the postback
Your help would be much appreciated
Jimmy
JimmyB4B Guest
-
possible to DELETE CASCADE?
Is it possible for a query to delete a record and all of its foreign-key dependents? I see DROP CASCADE, but not a DELETE CASCADE. What I'm... -
A "cascade on delete" constraints deletes AFTER the source is gone??
I noticed that when you do a constraint and tell it "cascade on delete", it will do so only AFTER that the source is deleted. Can I tell it somehow... -
<asp:DropDownList >
It just doesn't work like that - - you need to either bind data to the datalist in code, or manually add the items, one by one, where you're doing... -
Perform cascade delete
How can i performe a cascade delete in SQL2k? I have 2 child table for a master table and i want, when delete from the master, automatically delete... -
cascade update non-primary key field
is it possible to do that except trigger? -
JimmyB4B #2
Dropdownlist Cascade
Hi Guys
I have two dropdownlists (A and B)
Both get their values from a database
When i select a value from dropdownlist A
It is suppose to do a postback
and then dropdownlist B gets a value from dropdownlist A
which then populates dropdownlist B
However i have been trying for days but dropdownlist B does not populate
For dropdownlist A
i have set postback = true
For drop dropdownlist B
in the dataset menu i have set
Filter: classlevelid = Form Variable Classlevelid
This part actually works when i test and put a classlevelid
However on the page
only dropdownlist A gets populated
and Dropdownlist B remains empty after the postback
Your help would be much appreciated
Jimmy
JimmyB4B Guest



Reply With Quote

