Click here to Skip to main content
15,908,673 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using following in asp web site I want to add string value at item1,item2 etc
how can i do this.
this items are in aspx page in div class div class="smartmarquee example"
and ul class="container"
li Item 1 li
like this..


  • Item 1
  • Item 2
  • Item 3
  • Item 4
  • Item 5
  • Item 6
  • Item 7
  • Item 8
  • Response.string


Posted

1 solution

Make the list server side control by adding runat="server" and then add the item server-side before rendering (i.e. in the event that triggers adding the item)

If this helps please take time to accept the solution. Thank you.
 
Share this answer
 

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