Click here to Skip to main content
15,894,825 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi
Now I want to Create UI Like attached Image How to Create same in ASP.Net Website Page with VS2008?

I want to use for each logic which get data from access 2003 Database

Basically I want to Know how to load Image and Link(Text) From Database.
Basic Sample Code in MVC 2 (ASP.NET)
<ul id="album-list"> 
@foreach (var album in Model.Albums) 
{ 
<li> <a href="@Url.Action("Details", new { id = album.AlbumId })"> 
<img alt="@album.Title" src="@album.AlbumArtUrl" /> 
<span>@album.Title</span> </a> 
</li> 
} 
</ul>


http://i1.asp.net/asp.net/images/mvc/msv30/image109.png[^]
Posted
Updated 10-Jun-12 18:59pm
v4
Comments
Stephen Hewison 10-Jun-12 11:59am    
That's a bit of a big question. Also there are lots of ways to do that in VS2008. HTML, ASP.Net, Forms, XAML e.t.c. You'll need to make the question a bit narrower.
Stephen Hewison 10-Jun-12 12:00pm    
Sorry. Just seen the ASP.Net tag. But nonetheless. Still a big question. Have you actually tried to create anything?
s1a2b3 11-Jun-12 0:53am    
I like to Do same with HTML or ASP.Net
Sandeep Mewara 10-Jun-12 12:22pm    
Thats just a list of 4 column images, right?
s1a2b3 11-Jun-12 1:01am    
Nope , Its Album List Generated from MVC Model

1 solution

Its a Simple

SOLVED MY SELF

Just Put Data source into Webpage and Use Data Row from Db
 
Share this answer
 
Comments
SubaMohan 20-Aug-12 4:22am    
HI..I want to do the same. Can you explain me how to do that. Thanks in Advance

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