I am having a contest menu in my scheduler . In this i have three items called(Show,Order,View) .
i witten server side code for every menu click . When i click on "Show" for a particular date some data is storing into the database.
i witten server side code for every menu click . When i click on "Show" for a particular date some data is storing into the database.
After that when i click on same date the "Show" menu item should be disabled because it is already in "Show" mode.
when i right click on other day it should be enabled.
plz help its urgent......