Click here to Skip to main content
15,902,903 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am Fresher in IT.Can any one Help me on this Question.I only Know how to take drop down list and edit items on it but I don't under stand on which event all different arithmetic operation coding in done?
Posted
Comments
Zafar Sultan 12-Jun-13 4:09am    
Can you elaborate your question? "on which event all different arithmetic operation coding in done?" is a little vague. You may have a number of events for this. Please explain...
Richard MacCutchan 12-Jun-13 4:13am    
You need to set up an event handler for the ListBox so when the selection changes, your code uses the result to decide which operation to perform. There are plenty of samples around that show the basic functionality of listboxes.
raeeschaudhary 12-Jun-13 6:35am    
Use switch statement in selectedindex_cheanged event of dropdownlist

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900