3
votes
9answers
1k views
Dynamically added controls in Asp.Net
I'm trying to wrap my head around asp.net. I have a background as a long time php developer, but I'm now facing the task of learning asp.net and I'm having some trouble with it. It might very well …
0
votes
Dynamically added controls in Asp.Net
After having wrestled with this problem for at while I have come up with these groundrules which seems to work, but YMMV.
Use declarative controls whenever possible
Use datab …
