Hi !

Can anyone help with an asp.net question?

I'm creating a asp:dropdownlist dynamically using the following code 
in the page_load 

Dim students as new DropDownList()
students.items.add("Select")
students.items.add("a")
students.items.add("b")
students.items.add("c")

students.autopostback=true
students.ID="students"
PutNameListHere.Controls.Add(students)


The problem is - how can I implement the onselectedindexchanged event 
handler in the aspx file??

Any help would be much appreciated !

/G








------------------------ Yahoo! Groups Sponsor --------------------~--> 
$4.98 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/Q7_YsB/neXJAA/yQLSAA/saFolB/TM
--------------------------------------------------------------------~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to