Click here to Skip to main content
15,885,435 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have a text from jquery method :

XML
<fieldset>
<ul id="ContentPlaceHolder2_1g" class="profList column ui-sortable">
<legend class="group">المجموعه 1</legend>
<li id="ContentPlaceHolder2_8">محمود حسن ابراهيم عبد الصمد</li>
</ul></fieldset>



<fieldset>
<ul id="ContentPlaceHolder2_2g" class="profList column ui-sortable">
<legend class="group">المجموعه 2</legend><
li id="ContentPlaceHolder2_9">محمود فتحى ابراهيم عبد الصمد</li>
<li id="ContentPlaceHolder2_10">احمد محسن احمد على</li>
<li class="" style="" id="ContentPlaceHolder2_3">احمد درويش محمود عباس</li>
</ul></fieldset>




<fieldset>
<ul id="ContentPlaceHolder2_3g" class="profList column ui-sortable">
<legend class="group">المجموعه 3</legend>
<li id="ContentPlaceHolder2_11">محمد سيد محمد سيد</li>
</ul>

</fieldset>




I retrieve this htmltext in variable in c# ok then i have div in my aspx
ASP.NET
<div id="ulAndil" runat="server" ></div>

I want to render these html in div and loop through these controls like ul an il all this in one method at run time
Posted
Updated 10-Apr-12 13:13pm
v3
Comments
Sergey Alexandrovich Kryukov 10-Apr-12 21:55pm    
What do you mean "at run time". Service run time, client run time?
--SA
nagiub2007 10-Apr-12 22:05pm    
no server run time

1 solution

Do you mean , you want these three "fieldset" tags in div "ulAndil" at run time and "fieldset" html is in JQuery method?
 
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