Ask a Question related to ASP.NET General, Design and Development.
-
Susan van Houen #1
making webcontrols visible/invisible
Hi,
Classic ASP programmer moving to ASP .NET and I have the following problem:
I am constructing a page where there are a number of radio buttons
and a number of label/textbox.
The visibility of the label/textbox is dependent on which radio button the
user
selects.
I want it all to be handled in the client by scripting.
I have done thins 100s of times is classic ASP where it's a walk in the
park, but I
don't seem to be able to get the handle on it in ASP .NET.
Can you help?
Where are the resources for client side scripting in ASP.net? I can't find
anything
on [url]www.asp.net[/url]
Sincerely,
S.
Susan van Houen Guest
-
How to set tree nodes to be visible or invisible?
Hi All, I'm trying to use a DOM Node as the data provider for a tree. This DOM Node contains we'll say a folder hierarchy as well as file leaf... -
Making 3D object invisible then visible
Currently at the start of my movie when played i have a screen model set to invisible with ... -
Making text invisible using javascript
Hi Can anyone give me a script for finding a word in a pdf and changing the text color to invisible, as I am completely stumpped! -
Making sprites invisible at runtime
The topic header speaks for itself. I have a bunch of sprites that I would like to make invisible at the start of the movie and become visible when... -
How do I get lines in a form to be visible/invisible based on check box?
I have a form and one of the entities is a check box that is checked when a record is closed out. How do I get the form to only show records that... -
Anatoly #2
Re: making webcontrols visible/invisible
You can handle client side events on web controls by using Attributes:
MyControl.Attributes.Add("onchange", "javascript:myClientSideFunc();")
If you still have troubles post some simple code which you want to port to
ASP.NET
"Susan van Houen" <svhouen@hotmail.com> wrote in message
news:O%23ygWPTSDHA.1556@TK2MSFTNGP10.phx.gbl...problem:> Hi,
>
> Classic ASP programmer moving to ASP .NET and I have the following>
>
> I am constructing a page where there are a number of radio buttons
> and a number of label/textbox.
>
> The visibility of the label/textbox is dependent on which radio button the
> user
> selects.
>
> I want it all to be handled in the client by scripting.
>
> I have done thins 100s of times is classic ASP where it's a walk in the
> park, but I
> don't seem to be able to get the handle on it in ASP .NET.
>
> Can you help?
>
> Where are the resources for client side scripting in ASP.net? I can't find
> anything
> on [url]www.asp.net[/url]
>
> Sincerely,
> S.
>
>
Anatoly Guest



Reply With Quote

