Static Constructors for Dropdownlist
C#
1
Posts
1
Posters
0
Views
1
Watching
-
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.