I have a view in my MVC application as below:
onclick='window.location="@Url.Action("AddToCart", "Cart", new { id = item.ID})"' /> |
Now i want to display two image in each row whatever the device screen size is..
like below:
| image 1 | image 2 |
| image 3 | image 4 |
How can i do this??
Afzaal Ahmad ZeeshanPosted Aug 8, 2015, 11:54 AM
Manoj BhoirPosted Aug 8, 2015, 10:27 AM
Shibly SadikPosted Aug 8, 2015, 10:09 AM
Afzaal Ahmad ZeeshanPosted Aug 8, 2015, 9:25 AM