Menu
Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
ASP .Net
Rendering Server Controls in literal text
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Guest" data-source="post: 490316"><p>Never mind. Can use</p><p>Dim plc as Placeholder = new Placeholder</p><p>Me.controls(1).controls.add(plc) as needed.</p><p></p><p>BTW, do you know why the Form is Control(1) and not Control(0)?</p><p></p><p>TIA. Apprecaite your efforts.</p><p>--</p><p>Joe</p><p></p><p>VB.NET/C#/ASP.NET/ASP/VB/C++/Web and DB development/VBA Automation</p></blockquote><p></p>
[QUOTE="Guest, post: 490316"] Never mind. Can use Dim plc as Placeholder = new Placeholder Me.controls(1).controls.add(plc) as needed. BTW, do you know why the Form is Control(1) and not Control(0)? TIA. Apprecaite your efforts. -- Joe VB.NET/C#/ASP.NET/ASP/VB/C++/Web and DB development/VBA Automation [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
ASP .Net
Rendering Server Controls in literal text
Top