View Full Version : dynamic tabel and dynamic control in it ( javascript & asp.net)
jaksamun
04-23-2013, 09:55 AM
hi
i have problem with dynamic tabel.
i created a dynamic tabel by javascript, that i wanted to add some dynamic controls to it.
until now, i just can add textbox and dropdown to it.
i want to add texterea, checkbox,... to my daynamic tabel. how can i?
thanks
hi
i have problem with dynamic tabel.
i created a dynamic tabel by javascript, that i wanted to add some dynamic controls to it.
until now, i just can add textbox and dropdown to it.
i want to add texterea, checkbox,... to my daynamic tabel. how can i?
thanks
*table
Your question is unclear.
Please provide more information, and be as specific as possible.
What do you want to accomplish? What have you already tried? What problems did you encounter?
Please be sure that you have included all relevant code and/or a link to the page in question.
You might also consider making a reduced test case (http://css-tricks.com/reduced-test-cases/) using an online tool like jsfiddle (http://jsfiddle.net)
What, exactly, do you want your controls to do?
If you've already created a table via javascript (presumably using createElement() (http://reference.sitepoint.com/javascript/Document/createElement)), then what is preventing you from creating a textarea or checkbox in the same way?
letom
04-23-2013, 07:01 PM
@jaksamun
While submitting an issue, you must provide some part of code you are working, otherwise others won't help you...
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.