Guest pisoftwar Posted November 22, 2002 Posted November 22, 2002 Hey guy's I have gotten my hands on a beta version of this dot net thing. And I am trying it out for the first time ok, so please bear with me. I have chosen to create an asp .net web application for the project. And I have put a dropdown on the form, filled it from one to ten. Now I would like to tell which one I clicked, but unlike VB6 there is no Clicked event, where do I put the code to bring up a message box with the selection? Quote
Tryster Posted November 22, 2002 Posted November 22, 2002 You want the SelectedIndexChanged Event... Remember to set the AutoPostBack property of the DropDownList to True. Tryster Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.