Re: stategically place javascript???
From: Cowboy (NoSpamMgbworld_at_comcast.netNoSpamM)
Date: 05/26/04
- Next message: Dave: "Re: Multiple LinkButtons with independent ValidationControls?"
- Previous message: Cowboy: "Re: Multiple LinkButtons with independent ValidationControls?"
- In reply to: DaveF: "stategically place javascript???"
- Next in thread: bruce barker: "Re: stategically place javascript???"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 26 May 2004 13:17:43 -0500
slap in a container and add your JavaScript as a LiteralControl. A panel is
as good an object as any (writes out as a <span> tag).
Panel1.Controls.Add(new LiteralControl("my javascript block");
-- Gregory A. Beamer MVP; MCP: +I, SE, SD, DBA ************************************************ Think Outside the Box! ************************************************ "DaveF" <dfetrow@geodecisions.com> wrote in message news:uzPduu0QEHA.2716@tk2msftngp13.phx.gbl... > Is there any way to to build javascrip on the client and place it exactly > where I want it in the html? > > -- > Dave > >
- Next message: Dave: "Re: Multiple LinkButtons with independent ValidationControls?"
- Previous message: Cowboy: "Re: Multiple LinkButtons with independent ValidationControls?"
- In reply to: DaveF: "stategically place javascript???"
- Next in thread: bruce barker: "Re: stategically place javascript???"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|