Click here to Skip to main content
16,010,650 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: How to test if an object property exists in JS Pin
Torsten Mauz11-Mar-02 5:19
Torsten Mauz11-Mar-02 5:19 
GeneralVisual Inheritance in ASP.NET Pin
22-Jan-02 13:44
suss22-Jan-02 13:44 
GeneralRe: Visual Inheritance in ASP.NET Pin
Konstantin Vasserman23-Jan-02 15:31
Konstantin Vasserman23-Jan-02 15:31 
GeneralRe: Visual Inheritance in ASP.NET Pin
24-Jan-02 5:22
suss24-Jan-02 5:22 
GeneralRe: Visual Inheritance in ASP.NET Pin
Konstantin Vasserman24-Jan-02 5:49
Konstantin Vasserman24-Jan-02 5:49 
GeneralDynamic control creation and event handling Pin
omkamal22-Jan-02 11:41
omkamal22-Jan-02 11:41 
GeneralRe: Dynamic control creation and event handling Pin
Konstantin Vasserman24-Jan-02 5:45
Konstantin Vasserman24-Jan-02 5:45 
GeneralRe: Dynamic control creation and event handling Pin
omkamal24-Jan-02 16:49
omkamal24-Jan-02 16:49 
This is what I exactly did. I even made it simpler. My form tag and table tag are hardcoded in my .aspx file. Meaning there is no dynamic change that I wanted to do to my form. All the form has is a table and the rows of the table are modified by the xml file.

The problem lies only in the checkbox. When I render the aspx page, it displays all checkboxes correctly and there is a control checkbox which when checked should check all the others.

As you said, I wrote a SelectAll function and added it as a CheckedChanged event to the control checkbox.

But the function is not getting called. Why? When I run the page, and click the control checkbox, it refreshs the page (meaning it posts back) and unchecks the box automatically and no SelectAll function is executed.

What am I missing? I even tried creating the HtmlForm object and adding the controls. But didnt work.

Frown | :(

omkamal
GeneralRe: Dynamic control creation and event handling Pin
Konstantin Vasserman25-Jan-02 4:10
Konstantin Vasserman25-Jan-02 4:10 
GeneralRe: Dynamic control creation and event handling Pin
omkamal25-Jan-02 4:24
omkamal25-Jan-02 4:24 
GeneralRe: Dynamic control creation and event handling Pin
Konstantin Vasserman25-Jan-02 5:06
Konstantin Vasserman25-Jan-02 5:06 
GeneralRe: Dynamic control creation and event handling Pin
omkamal25-Jan-02 7:47
omkamal25-Jan-02 7:47 
GeneralRe: Dynamic control creation and event handling Pin
Konstantin Vasserman25-Jan-02 10:00
Konstantin Vasserman25-Jan-02 10:00 
GeneralRe: Dynamic control creation and event handling Pin
omkamal28-Jan-02 4:45
omkamal28-Jan-02 4:45 
GeneralRe: Dynamic control creation and event handling Pin
Konstantin Vasserman28-Jan-02 4:54
Konstantin Vasserman28-Jan-02 4:54 
GeneralRe: Dynamic control creation and event handling Pin
omkamal28-Jan-02 4:56
omkamal28-Jan-02 4:56 
GeneralRe: Dynamic control creation and event handling Pin
Konstantin Vasserman28-Jan-02 10:04
Konstantin Vasserman28-Jan-02 10:04 
GeneralPassing Variables Between Pages in ASP.NET Pin
21-Jan-02 21:48
suss21-Jan-02 21:48 
GeneralRe: Passing Variables Between Pages in ASP.NET Pin
Konstantin Vasserman23-Jan-02 15:08
Konstantin Vasserman23-Jan-02 15:08 
General.NET Positioning controls programatically Pin
Eivind21-Jan-02 4:15
Eivind21-Jan-02 4:15 
GeneralRe: .NET Positioning controls programatically Pin
Konstantin Vasserman21-Jan-02 5:04
Konstantin Vasserman21-Jan-02 5:04 
GeneralRe: .NET Positioning controls programatically Pin
Eivind21-Jan-02 11:39
Eivind21-Jan-02 11:39 
GeneralRe: .NET Positioning controls programatically Pin
Konstantin Vasserman21-Jan-02 11:46
Konstantin Vasserman21-Jan-02 11:46 
GeneralRe: .NET Positioning controls programatically Pin
Eivind21-Jan-02 12:33
Eivind21-Jan-02 12:33 
Generalform validation Pin
Bruno Lemos21-Jan-02 3:21
Bruno Lemos21-Jan-02 3:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.