I am creating Rating control dynamically in c# and assigning rating value after reading from database to it. now i face a problem when i try to change the value from GUI it gives me error ICallbackeventhandler coulnt be found. i think this is because i have made the AutoPostBack property to false. I dont want to recreate control and assign values to it again when there is change in value from GUI. how can this be done?
↧