Ask a Question related to Dreamweaver AppDev, Design and Development.
-
suji123 #1
urgent: Populate datalist using Dropdownlistselecteditem
hello
Iam a new begynner.
let me describe my database tables with an example
I have 2 tables called A and B
A B
InsID | Insname kuID | kuname | InsID
1 | aaaa 1 | abcd | 1
2 | bbbb 2 | efgh | 1
3 | cccc 3 | ijkl |
2
4 | dddd 2 | mnop | 2
and have a dropdownlist and a datalist contril in my form where i populated
dropdownlist with datas from Insname fram Tabel A
and all i want to do is to populate Datalist control by kuname by selecting
Insname from dropdownlist controll..
Hope iam not confusing..
how do i do that using c# in Dreamweaver MX2004?
Thankyou in advance
suji123 Guest
-
Populate Text Box
I have a form with a drop box and some text boxes(Fname, Lname, M). A drop box is displayed all name from the database with this format: lname,... -
populate a PDF Form from CF
I'm having trouble finding information on how I can populate a PDF form with vars from a CF output. (CFFORM) I found a tag in the Macromedia... -
Populate a playlist with XML/PHP
Ok, I'm new to data integration with Flash, but I have a decent grasp on PHP/mySQL and some of XML. Here's what I am thinking. I am putting... -
Best way to populate a <SELECT>
Hi All I've being doing it my own little way for sometime now, but I'm not sure if its the best. When I'm doing a recordset for a simple... -
populate combo in asp
Can someone please tell me what they think is wrong with this code to populate a combo : <select name="select"> <% While ((Repeat1__numRows <>... -
suji123 #2
Re: urgent: Populate datalist using Dropdownlistselecteditem
sorry tables i created was not clear
A
InsID | Insname
1 | aaaa
2 | bbbb
3 | cccc
4 | dddd
B
kuID | Insname| InsID
1 | abcd | 1
2 | efgh | 1
3 | ijkl | 2
4 | mnop | 2
suji123 Guest



Reply With Quote

