Re: Check state on webform

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Thx,
but I don't know JavaScript can you help me?
In dropdownlist I use data from dataSet - from sql dataBase - this dynamic
list.



U¿ytkownik "Eliyahu Goldin" <removemeegoldin@xxxxxxxxxxxxxx> napisa³ w
wiadomo¶ci 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
>>
>>
>
>


.



Relevant Pages