Re: How to get <DIV> in code behind page
From: Kevin Spencer (kevin_at_takempis.com)
Date: 02/05/04
- Next message: Kevin Spencer: "Re: Set file name returned from ASP.NET page by URL"
- Previous message: Kevin Spencer: "Re: Changing Session State programatically"
- In reply to: Robert: "How to get <DIV> in code behind page"
- Next in thread: Robert: "Re: How to get <DIV> in code behind page"
- Reply: Robert: "Re: How to get <DIV> in code behind page"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 5 Feb 2004 14:32:56 -0500
Try using a Panel Control. It renders a div.
-- HTH, Kevin Spencer .Net Developer Microsoft MVP Big things are made up of lots of little things. "Robert" <anonymous@discussions.microsoft.com> wrote in message news:adda01c3ec1b$4eabcd20$a001280a@phx.gbl... > In the page behind code during the Page_Load event, how > can I get/set the attributes of a <DIV> tag using > VBScript? > > For example, with the following <div> tag, how do I get > to this object and change the style attribute to DISPLAY: > block? > > <div id="divTopicHeading2" style="DISPLAY: none">
- Next message: Kevin Spencer: "Re: Set file name returned from ASP.NET page by URL"
- Previous message: Kevin Spencer: "Re: Changing Session State programatically"
- In reply to: Robert: "How to get <DIV> in code behind page"
- Next in thread: Robert: "Re: How to get <DIV> in code behind page"
- Reply: Robert: "Re: How to get <DIV> in code behind page"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|