2
votes
Locking down valid characters in a Textbox
What if you put the validation in OnTextChanged instead of OnKeyPress, but each time it passes validation you save the value to a variable? Then you can revert if the user pastes or types an incor …
0
votes
Migrating tiny C# console app to something running on Ubuntu Server 9.04
Have you tried just using C#? The Mono project provides an open-source, cross-platform .NET port of the .NET framework. That way y …
0
votes
To Host Silverlight Application on a Classic ASP page
You can probably do what you want via the initParams parameter, at least as far as sending data from the page to the Silverlight app at load time. If you're setting it from the server, you can jus …
