Search Results

0
votes

Passing int list as a parameter to a web user control

WHile I can't say I have any particular experience with this error, other sources indicate that you need to add a conversion to the type InstanceDescriptor. check out: …
2
votes

How to raise custom event from a Static Class

Several folks have offered up code examples, just don't fire an event using code such as: if(null != ExampleEvent) { ExampleEvent(/* put parameters here, for events: sender, event …