Thanks for the help! I did not receive a mail message, so I thought no one replied... I will keep you infomed about my progress and also if I find a solution. Regards, Carlos cghochberg
Carlos Hochberg
Posts
-
List controls in a web form -
List controls in a web formI am trying to list some controls (TextBoxes) in a web form. I tried using Collections, without success. Any help on this issue? Thanks! cghochberg
-
AutoPostBackYes, I am scripting against SelectedIndexChanged, and I use C#. Being more specific, I have two DDLs, one with links that open new windows and another DDL that posts to another Windows Form (with a corresponding ID). The problem is, if I open a new window first and then I try to post to the web form, I get both: a new window opens (with the previous link, which was already selected) and I get a post. Also (but this was expected), if the user clicks on the back button of the browser after being posted to the other windows form and tries to open a new window in the main page, he is posted back to the windows form. Thanks for the help! cghochberg
-
AutoPostBackI am trying to use two DropDownList controls in the same page. Each DDL will perform a different operation. One will send the user to a link and the other will open a file. If I use only one DDL in the page, it works well. However, if I use both they interfere with each other. Any help on that? cghochberg