Click here to Skip to main content
15,916,527 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am trying to get a datalist or data view of many items. When user click on the item, that should load a model window on top of the page, but I need that has to be external, as I have to load item details from the database and that model can not be a div on the same data list page as in most examples, I could find. Thanks a lot.

What I have tried:

I tried the generic code example I could find on the website for model windows of bootstrape.

Just to add one thing, it is working fine as Javascript pop up window, where you pass a id and key to pop up window page form for action, but I would like to improve that for responsive design and this is giving trouble. It works fine if I have model id and model block on the same page but not as other page where I can pass id and load details from DB.
Posted
Updated 14-Apr-16 10:46am
v3

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