If I have a DropDownList named ddl1 on a form, with a subroutine I can simply access its text by this: dim text = ddl1.selecteditem.text How do I do the same with-in a function of a web method?