Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
ASP .Net
get value of dynamically added controls
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Guest, post: 487046"] For a known ID? no. Even if you loop through controls, you will still have to match the values to the IDs. Now, there is a potential of creating a hashtable to store names and values at the same time you create the control and matching changed values. If you can then pass this to a database as a "parameter collection", you are golden. Realize, however, that this ease of "coding" can be murder on performance with all of the boxing and unboxing that goes on. -- Gregory A. Beamer MVP; MCP: +I, SE, SD, DBA *************************** Think Outside the Box! *************************** [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
ASP .Net
get value of dynamically added controls
Top