Click here to Skip to main content
15,891,633 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Is there any way to use checkbox and textbox in listbox in Javascript or Jquery?

What I have tried:

How do i use checkbox and textbox in listbox? I am searching in net and i am not able to find the answer. So please tell me the method is there, it is necessary for my project.
Posted
Comments
Suvendu Shekhar Giri 17-Feb-16 1:53am    
Anything you have tried?
Try creating a custom control as you need.
Member 10556393 17-Feb-16 1:56am    
How to create custom control and how to use it in Asp.net?
Sinisa Hajnal 17-Feb-16 6:12am    
You create the control just as you would create new form. It will have ascx instead of aspx and you have to register it on the page before use (VS handles most of this for you). Easy to find the examples on MSDN and elsewhere.

Consider instead using a repeater and creating the item as you see fit (chk and txt box).

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