Click here to Skip to main content
15,889,335 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I hope you can help me with this problem.
I have a div.innerhtml with a table inside it ,and I want to put a popup modal extender in it ..
is it possible!!
ASP.NET
<h2>Current Tasks</h2>
<div id="tasks"  runat="server" >
</div> 

C#
tasks.InnerHtml += "<tr> <td>  " + task_name + " </td>  <td> " + task_progress + " </td> <td> the trigger should be here </td> "; 

and if it's not, can you guide me to an alternative way to achieve this !!
to put in consideration that I'm a beginner in this language :(

thank you in advance..
Posted
Comments
Arkadeep De 12-Apr-15 2:18am    
Put all your innerHtml code into div task. And use jquery to show hide that one.
Jquery Show Hide[^]
And what is the issue over here?

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