We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Access to INPUT elements from Controls collection

I am using the HTML UI Control to dyamically load and display a table with input elements that the user will then enter text into. I have given each of these input elements a name tag. But when I then try to access these controls using the HTMLUIControl.Controls property each of the individual controls no longer has their respective name (using Control.Name). If anyone has any insight I would much appreciate it.

1 Reply

NR Nandakumar R Syncfusion Team August 30, 2005 05:45 AM UTC

Hi John, The Control.Name property gets the name of the tag that belongs to the control and not the name of the control defined by the user. You can use the Control.Attributes property to access the name of the control defined by the user. Please run the sample linked below and let me know if this helps. 33857_ControlName_61.zip Thanks, Nanda.

Loader.
Live Chat Icon For mobile
Up arrow icon