web-user web-form control
-
i have following thing in my web project 1. A web user control which contains a drop downlist. 2. A web-form that contains a drop-downlist and the web contol above mentioned. 3. Two tables - One is master and other is child. I am populating the master table data in the dropdownlist which is lying in the web-user control. Now my question is , How can i populate the dropdownlist , which is lying in the web-form from the dropdownlist , which is lying the web-user control , on the selected index changed function of the drop-downlist lying in the web-user control. Soniagupta1@yahoo.co.in Yahoo Messenger Id = soniagupta1
-
i have following thing in my web project 1. A web user control which contains a drop downlist. 2. A web-form that contains a drop-downlist and the web contol above mentioned. 3. Two tables - One is master and other is child. I am populating the master table data in the dropdownlist which is lying in the web-user control. Now my question is , How can i populate the dropdownlist , which is lying in the web-form from the dropdownlist , which is lying the web-user control , on the selected index changed function of the drop-downlist lying in the web-user control. Soniagupta1@yahoo.co.in Yahoo Messenger Id = soniagupta1
Can you Plz be more elaborative. you need to do all these thing on server-side or on client-side.