J
jayrm100
Hi,
I need to add controls like Textbox,Label,Listbox etc dynamically in
a WordML document.
To be more precise, suppose i have doc and docnodes as two xml nodes,
document should be displayed as
<doc>
<docnodes>
Label1 : Textbox1
Label2 : Textbox2
</docnodes>
</doc>
Can someone help me with this.
I need to add controls like Textbox,Label,Listbox etc dynamically in
a WordML document.
To be more precise, suppose i have doc and docnodes as two xml nodes,
document should be displayed as
<doc>
<docnodes>
Label1 : Textbox1
Label2 : Textbox2
</docnodes>
</doc>
Can someone help me with this.