Other question on WebForm

  • Thread starter Thread starter PenguinPig
  • Start date Start date
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
 
Penquin,

You write already how it is done, to search for information, you first have
to know where is the data for that information.

You did not tell us that.

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top