Trying to create a dynamic newspaper layout using ASP.NET C# web form. Struggling to set the page layout size inside a slider and display specific news content on a new page when clicking on an area of the newspaper using Repeater or another suitable control.
Below is all of my code:
<head runat="server">
<title></title>
... (Code continues) ...
Attempting to achieve a layout similar to the following URLs:
Note:
Big image size is 900*552.
... (Additional notes) ...The provided code was sourced from Google, but I'm aiming for a result similar to the examples referenced above.