|
| HTML controls in ASP.NET |
|
|
|
|
| Messages |
|
Related Types |
This message was discovered on microsoft.public.dotnet.framework.aspnet.
| http://www.visual-basic-data-mining.net/forum |
Could you tell me how to hide an HTML list box using client side script.
|
|
|
| |
|
| |
| | |
| |
| Craig Deelsnyder |
On Fri, 10 Sep 2004 08:38:42 -0700, http://www.visual-basic-data-mining.net/forum <Click here to reveal e-mail address> wrote:
> Could you tell me how to hide an HTML list box using client side script.
I believe the JS is: var oCtrl = document.getElementById('myControlClientID');
Are you asking how to emit this script from an ASP.NET form? See Page.RegisterClientScriptBlock and/or Page.RegisterStartupScript.
-- Craig Deelsnyder Microsoft MVP - ASP/ASP.NET
|
|
|
| |
|
| |
| | |
|
|
|
|
|
|
|
|
BootFX
Reliable and powerful .NET application framework. |
|
|
|
|
|
|