Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
5answers
2k views

How do I dynamically create/remove controls, with EventHandlers, to/from an ASP.NET page?

In one of my projects I need to build an ASP.NET page and some of the controls need to be created dynamically. These controls are added to the page by the code-behind class and they have some ...
1
vote
5answers
663 views

Cache your own components using The Flash Player Cache

Ted talks of a "Player Cache" existing within Flash Player 9.3 that allows the Flex components to be reused across domains. It would be an extra-benefit if my components can be reused across my ...
0
votes
3answers
209 views

ASP.NET: Suddenly the name 'form1' does not exist in the current context?

This has been working for the past three weeks that I've been developing this application, and for some reason has decided to stop working five minutes ago despite my apparently not doing anything. ...