Check state on webform



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

  • Repeater Loop problem
    ... I have a Repeater Control on my page.Every row includes: ... and CheckBox: ... On the WebForm I have a Button and OnClick_Button looks like: ... Checked by AVG anti-virus system. ...
    (microsoft.public.dotnet.languages.csharp)
  • checkbox in datagrid
    ... How do I bind a checkbox in a asp.net webform ... the oracle database has a number field where I want any non ...
    (microsoft.public.dotnet.framework.aspnet.datagridcontrol)
  • RE: how do i get rid of border around individual checkbox in checkboxlist?
    ... CheckBoxList on the WebForm, there is no border around each checkbox. ... Best regards, ...
    (microsoft.public.dotnet.framework.aspnet.webcontrols)
  • CheckBox value on HTML page triggered from Code Behind
    ... I have checkbox on my webform, and I want that when I click my checkbox, it ... // HTML Code ... Prev by Date: ...
    (microsoft.public.dotnet.framework.aspnet)

Loading