Click here to Skip to main content
15,889,909 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

how to create an "Order list" without using HTML?

Please help me.
Posted
Updated 6-Jan-11 1:58am
v2
Comments
Sandeep Mewara 6-Jan-11 8:22am    
I guess you have asked similar question quite a few times now in last 2-3 days! Why so?
Manfred Rudolf Bihy 6-Jan-11 9:11am    
To make life a bit easier for all of us here, please follow these simple rules:

1. Give the context/domain in which your problem exists
2. Clearly state your requirements
3. Show us what you've done
4. Point out any specific issues that are bothering you

As Sandeep already pointed out you've already asked this before, so why do you keep reposting this?

To get this thing finally rolling I ask you to kindly answer us a couple of questions:

1. What the domain of the problem: ASP.NET, HTML, WinForms
2. If you say "Ordered List without using HTML", what exactly do you mean by that? (Dynamicall generated HTML, WinFrom ListBox whatever)
3. In your last question at least you showed some code (eventhough it might have been misleading, can't say that or sure until we find out what it is exactly that you are trying to do)
4. Where are you're problems at, what exactly doesn't work, if there are errors, we are more than eager to know of them, so also post that.
Thank you for your cooperation!
thatraja 8-Jan-11 2:38am    
I second Manfred.

You're continuously asking questions on ol and li,Is there any thing special you wanna finally want ?

I mean how a silly question it is , If you want to create orderlist then use ol in HTML, or If you don't want to use ol then do it with custom Tags.

Like

<div>1.First<br/>2.Second<br/>3.Third<br/></div>


It will give you following OUTPUT.

1.First
2.Second
3.Third


Why you wanna go with all these things instead my suggestion would be to use ol itself.

Hope I've helped you to create some complex doubts.
 
Share this answer
 
use the below Code...:rose:

<div><ol><li>.First<br/><ul><li>.Second<br/><ul><li>.Third<br/></div></li></ul></li></ul></li></ol>
 
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