I have a Dropdown list.
I want to populate this list through scripting with the 'Onload' event
I am getting list of all users of the domain in a recorset. Now i want this
list to appear in dropdown list at run time.
Have a look to Infopathdev
Fully Editable dropdown lis
http://www.infopathdev.com/examples/#Fully%20Editable%20Drop-down%20List%20Box,%20v1.
http://www.infopathdev.com/examples/download/InfoPathDev.com%20Example%20-%20Ful
ly%20Editable%20Drop-down%20List%20Box,%20v1.5.zip
Techniques Demonstrated:
* Preserve Code Block.
* Populating a drop-down list box via script.
* Populating a drop-down list box from repeating list in main DOM.
* Selective population of a drop-down list box based on choice.
* Foreground and background colors in a drop-down list box.
* Automatically select editable text using the OnContextChange event
(SP1 ONLY).
* Two controls bound to same node.
* Conditional visibility based on custom code.
* Preventing recursion in an OnAfterChange event handler.
* String object extensions.
> I have a Dropdown list.
> I want to populate this list through scripting with the 'Onload' event
> I am getting list of all users of the domain in a recorset. Now i want this
> list to appear in dropdown list at run time.