Re: Can a control produce html?
From: Adam Smith (none)
Date: 07/27/04
- Next message: Simon Harvey: "Passing some info to a control at runtime."
- Previous message: bill tie: "FORM wrapping"
- In reply to: John Saunders: "Re: Can a control produce html?"
- Next in thread: John Saunders: "Re: Can a control produce html?"
- Reply: John Saunders: "Re: Can a control produce html?"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 27 Jul 2004 14:13:17 +0100
Forgive me, I was rather tired when I wrote that.
The reason I couldn't see it in the source was because smartnav was on and I
hadn't realised.
Ok that aside, I'm still after the html of a portion of the page.
so here goes:
<page start>
Textboxes
<div>
_______
|___x___|
|___x___|
|___x___|
|___x___| <--- this is a table, the 'X' represents some user controls
</div>
A textarea
<end of page>
So, I enter some information in the textboxes. This info is passed to the
user controls, which then change accordingly.
The textarea takes contains a copy of all the HTML in the div container.
So this is presumably an event sequence problem. How would I go about
capturing the HTML generated by these controls?
Thanks in advance,
Adam Smith
"John Saunders" <johnwsaundersiii@notcoldmail.com> wrote in message
news:%23u4ksQzcEHA.3044@TK2MSFTNGP10.phx.gbl...
> "Adam Smith" <none> wrote in message
> news:OC0tQTxcEHA.3512@TK2MSFTNGP12.phx.gbl...
> > Hi,
> >
> > Hopefully someones come across this...
> >
> > I've a page that dynamically generates some content. Part of this is a
> > series of user controls.
> > _______
> > |___x___|
> > |___x___|
> > |___x___|
> > |___x___| fig1
> > x: these are user controls
> >
> > Now... if I do a view source, all I get is the table that houses the
user
> > controls. I need to know the HTML that was generated, as these will
later
> > be used in marketing.
> > So is it possible for a user control to squirt back pure html?
>
> I'm not sure what you mean. The only thing controls generate _is_ html!
> --
> John Saunders
> johnwsaundersiii at hotmail
>
>
- Next message: Simon Harvey: "Passing some info to a control at runtime."
- Previous message: bill tie: "FORM wrapping"
- In reply to: John Saunders: "Re: Can a control produce html?"
- Next in thread: John Saunders: "Re: Can a control produce html?"
- Reply: John Saunders: "Re: Can a control produce html?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|