P
PenguinPig
Dear Experts
I have other question on the ASP.NET WebForm
In a searching function, we need init a lot of information, which used for
user to search, for example, Exhibition searching,
we need provide a list of country, exhibition's industry and brand, and so
on
Each information is a domainClass, CountryClass, ExhibitionIndustryClass,
ExhibitionBrandClass
Then in the Page_Load, i need create such domainclass and corresponding
controllerClass, then get list of information and bind to corresponding
dropdownlist, am I right?
Thanks
I have other question on the ASP.NET WebForm
In a searching function, we need init a lot of information, which used for
user to search, for example, Exhibition searching,
we need provide a list of country, exhibition's industry and brand, and so
on
Each information is a domainClass, CountryClass, ExhibitionIndustryClass,
ExhibitionBrandClass
Then in the Page_Load, i need create such domainclass and corresponding
controllerClass, then get list of information and bind to corresponding
dropdownlist, am I right?
Thanks