|
-
August 13th, 2010, 10:44 PM
#1
Dropdownlist add handler
Hi,
I would like to add handler to a dropdownlist which is dynamically created. I have the following code:
Dim ddl1 as new Dropdownlist
ddl1.DataTextField = "Hours"
ddl1.DataValueField = "HourID"
ddl1.DataSource = GetHours()
ddl1.DataBind()
How can I add handler to the ddl1 so that when ddl1 selected index changed, then the text in the ddl1 will be assigned to Textbox1.text?
Can anyone advice?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|