Link to home
Start Free TrialLog in
Avatar of AsishRaj
AsishRajFlag for Fiji

asked on

Database Records display like list<li>

Hello Experts

I am trying to create a Latest News section on homepage. Refer attachment for screenshot.

the latest news details are coded like this

<ul>
       <li>ajax</li>
       <li>browser</li>
       <li>cms</li>
       <li>css-html</li>
       <li>design</li>
      <li class="last">wordpress</li>
</ul>

now i cant understand how can i get it populated with database records. i know how to get the record set from the database but i am unable to get the User interface exactly like the screenshot.

I dont mind if i have to use datagrid, gridview, tables or anything but i need get the same look.

how can i achieve the desired result. Appreciate you help
LatestNews.jpg
SOLUTION
Avatar of guru_sami
guru_sami
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of AsishRaj

ASKER

thanks experts,

let me evaluate both the options and i will get back with the results.


you can also simply create a Literal Control and keep appending text to it and then assign its text value to Page's Div.

However I loved ddayx10's Solution. Neat & Clean.
Both the method works as i requested.

Thanks a lot for your help.