المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Static Constructors for Dropdownlist



C# Programming
04-02-2009, 10:41 AM
I want to create static constructors for dropdownlist.
I have dropdownlist like "ddlState" on my page.As state data of dropdownlist will change very rarely,So I want to create static constructor for dropdownlist.
Is it possible?? If yes,how can I do this??

Likewise "ddlState" I have another dropdownlists on my page..for which i have to do same functionality.