Click here to Skip to main content
15,886,639 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am creating a web page where am having a number charts as reports in a single page.

What am trying to do is, at run time if I want the 3rd chart to be displayed as the 1st one I just need to drag and drop the 3rd chart to the top position.

Is that possible using c# or asp.net.

Can any help me out, am in need of urgency.

Thanks in advance.
Posted
Updated 13-Dec-11 0:14am
v3

1 solution

use
<table></table>
tags
<table><tr><td>keep ur 3rd chart here</td> </tr>
<tr><td>
keep ur 1st chart here </td>
<td>keep ur second chart here</td>
</tr></table>


use
<td colspan="2"> </td>
for merging two cells if needed
 
Share this answer
 
Comments
bayersrock 13-Dec-11 6:13am    
i need the drag and drop option at run time. so can u tel me some other way to do this?

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