Click here to Skip to main content
15,906,341 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a Datalist that bind the Jobs list..when user click a particular job then i displayed that job details with apply button .When user click apply button then immediately pop window open then collect the user details. i need to display that Pop window below that apply button....For example just see the below link :

http://chennai.click.in/classified/jobs/it-jobs/experienced-professionals-singapore-australia-europe-5826114.html[^]

I need to do that same like above link page...Plz anyone help me to do that?
Posted
Updated 16-Aug-13 0:09am
v2

1 solution

HI,

The link that you have provided was not a popup but a Div content. You can do this of your own.

Follow the following steps.

1. keep a div having the controls that you want to keep in the popup.
2. Make the div visible on clicking the apply button using java script/ jquery.
3. Keep the code behind method in the same page's code behind and process the data to your DB.

Following the above method you can able to achieve the requirement.

Thanks
 
Share this answer
 
Comments
SnvMohan 16-Aug-13 6:00am    
Thank you...
SnvMohan 16-Aug-13 6:04am    
Sisir patro just see the link: http://chennai.click.in/classified/jobs/it-jobs/experienced-professionals-singapore-australia-europe-5826114.html
...I need to do this for another page...What are controls are necessary for that pop window when user click apply button ....Just give me the suggestion plz
[no name] 19-Aug-13 7:03am    
I am not getting you here. If you wanted the same functionality to be implimented then my solution is good enough to approach. If I am wrong in my understanding then you can state your requirement more prominently here.

Thanks

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