Hi,
I am developing an asp.net C# Website application for a Medical Firm, In that i have a calculation of commission for agents and i have different levels of discounts applied for each agent.
I displayed the different level of commission in Grid , and i allow user to select multiple discounts and when ever i change the selection of discount the commission is calculating.
at first when i do the change of agent Level i change the discounts by a selection query select data from SQL, due to this when ever i change by drop down list the discount selection need a post back and go to sql and collect the data and com back
So what i do means when the page load i select the data and keep in a Data table which was globally declared and when ever i change my drop down i am refreshing Grid from this data table .
due to different level of discount i have 6 data table and grid views and final based on the selection of discount i am ...
Go to the complete details ...