Ask a Question related to ASP.NET General, Design and Development.
-
KathyB #1
Need example of events fired from xmlDocument html transformation
HI,
I've posted this type of question before so please don't be annoyed,
but I still need example(s) of how to build dynamic controls and post
them back to the xmldocument on the server.
I realize the html is client side, so I need to assign (somehow)
unique id's within the xsl stylesheet, and I think use response.form
collection (?) to submit the <input> textboxes back to the
xmlDocument. One sticking point: how to identify and code for several
dynamic <input> boxes within the html???
At this point, any examples would be a BIG help. This is my last big
hurdle. Please!
Thanks,
Kathy
KathyB Guest
-
Events aren't being fired
I have a grid (parent) within a grid (child), and the child grids events aren't firing -- any ideas why? I've had to add to the grid itself... -
Events of datagrid in user control not fired
Hi, I have a user control which contains a datagrid. The page hosting the user control passes to it the values, which the user control transforms... -
No events are fired in child control
I have developed a custom web control that may contain any child controls. Now I have a problem that even though I register an event handler on a... -
Catching events in web form fired by user control
I'm trying to process an event raised by a user control in the web form that contains that control. I've fathomed out how to handle the event... -
loading xmlcontent from one xmldocument into another xmldocument
Hi, I get xml data into one xmldocument and other xml data into a second xmldocument. Let's say the structure of the first is <Table>...



Reply With Quote

