Dear,
I want to display multiple maps for comparison purpose. I am getting all the maps in Model as IENumberable and I can render all on the webpage in View. Following is my code.
<tr><tdcolspan="2"><inputtype="button"id="btnToPdf"value="Print into PDF"onclick="btnToPdf_Click(this);"/><div>@Html.ThinkGeo().Map(Model.maps(0)).Render()<!–</code–>div><!–</code–>td><!–</code–>tr><tr><tdcolspan="2"><tablestyle="Width:100%"><tr><tdstyle="width:30%"><divstyle="float:left;">@Html.ThinkGeo().Map(Model.maps(1)).Render()<!–</code–>div><!–</code–>td><tdstyle="width:30%"><divstyle="float:right;">@Html.ThinkGeo().Map(Model.maps(2)).Render()<!–</code–>div><!–</code–>td><tdstyle="width:40%">@Html.ThinkGeo().Map(Model.maps(3)).Render()<!–</code–>td><!–</code–>tr><!–</code–>table><!–</code–>td><!–</code–>tr>
All the things are fine only one issue that I want to display the last three maps parallel so I used Table tr and td, but the maps are displayed vertically. See the attached image.
<img alt="" src="/forums/Portals/1/activeforums_Attach/parallel.png" class="afimg" style="border-width: 0px; border-style: solid;" />
Thanks,
Naeem