Forum Moderators: open
When I try to interchange them, I get compile errors
Is there a reason to use one or the other? I didn't see the documentation on that little point.
You can use it if you set the server control to respond to onChange type events, not just to click-submit type events..
On the dropdown list you can use a server based onChange equivalent: onSelectedIndexChanged="" and you need the autoPostBack to be set to True..
textBox control is an equivalent of input control, except it has more functionality in IE. In Visual Studio textBox has a lot of properties which input control does not.