Click here to Skip to main content
15,904,877 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello friends .
i have a requirement to create a job search page .
we can search by functional area, by company name , by industry etc.
now my problum is like when we click on company name ,all that company name should displayed as a link .
and when user click on a company all job related to that company should be displayed .
plz help me , how should i do it .
thanks in advance
Posted

1 solution

Steps:
1. OnClick event of CompanyName link, fetch all the company names(make it as a link - will help in step 2) and display it in a datagrid.
2. OnClick of company name link, fetch all the jobs related to it and display in another grid.

You can use hierarichal grid or a new window for jobs as a UI.

Start on, try and post specific issues faced. Move step-by-step, all are simple and well documented things on net. Try!
 
Share this answer
 
Comments
pawanvats 23-Apr-11 4:33am    
thanks Mr sandeep it wal really helping.thanks a lot

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900