Hi
I trying my best to make my web application faster as much as i can, so one of what i am looking is reducing the codes into each page. So i have three DDL as mention below they do the same job to bind the DDL's depending on cookie value. So how i can create a class and use it for to bind all DDL's or i dont know if it possible to bind three of those DDLs into one method as below method as they are doing the same job?
-StateHPDDL
-BizstateHPFilterDDL
-filterstathpjob
the code used for each DDL in page_load is as below