Re: Check state on webform
- From: "Gopalan" <gopalan.bhuvanesh@xxxxxxxxxxxxxx>
- Date: Mon, 11 Apr 2005 14:51:25 +0100
You can get the client side id for these serverside controls in the code by
using the ClientID attribute for the control. So you can use this to write
the client side code to manipulate this.
"Eliyahu Goldin" <removemeegoldin@xxxxxxxxxxxxxx> wrote in message
news:OsP$JzpPFHA.3788@xxxxxxxxxxxxxxxxxxxxxxx
> ASP.NET is a server side technology. You want to do something on client
> side. For this you can just write some javascripts in your aspx file as if
> it is a regular html file. All you need to know is what html controls will
> represent your server controls on the client. A checkbox will become an
> <input type=checkbox> and a ddl will turn into a <select>.
>
> Eliyahu
>
> "PawelR" <pawelratajczak@xxxxxxxxxxxxxx> wrote in message
> news:%23TK3FcpPFHA.3292@xxxxxxxxxxxxxxxxxxxxxxx
>> Hello group,
>> I'm begginer in ASP.net and my question is very simple.
>> In my webform I have CheckBox (myCB) and DropDownList (myDDL). I want set
>> myDDL.Enabled =myCB.Checked and show change without refresh
>> website (without send formular to server) - run this on client site.
>> Thx
>> PawelR
>>
>>
>
>
.
- References:
- Check state on webform
- From: PawelR
- Re: Check state on webform
- From: Eliyahu Goldin
- Check state on webform
- Prev by Date: Re: Database Design for e-commerce shopping Application
- Next by Date: Re: Check state on webform
- Previous by thread: Re: Check state on webform
- Next by thread: Re: Check state on webform
- Index(es):
Relevant Pages
|