[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.aspnet.buildingcontrols

building a repeating control with template definition

RJN

11/25/2008 9:01:00 PM

Hi

I've a requirement of creating repeating controls similar to the one
available in infopath form. The controls to repeat could be a
combination of dropdown and check box or a combination of textbox and
checkbox and so on. When I say insert item a new row should get added
with any of the above templates.

I would like to create a generic repeating control, where in I should be
able to specify a control template and based on the control template
definition, I should get a new row added. The generic control should
take the template as property.

Will it be possible to create a repeating control through javascript, so
that I don't make a server side call when I insert a new item?

Any pointers is appreciated.

Thanks




*** Sent via Developersdex http://www.develop... ***