I'm trying (failing) to create a button template, to be shared between libraries. The template is (currently) basically a bordered circle inside a bordered circle. In order to make the inner...
I've got a DB with some hierarchical data in it which I want to represent using a TreeView. I'd like to store some data (i.e. an object) in each TreeNode so that I can load only when I need to and...
I have a form containing a dropdownlist. Whatever is selected in the dropdownlist gets loaded in the subsequent textboxes, checkboxes, etc. I then have a button to be used to apply changes.
...
Thanks for the reply. I'm trying to match a string, rather than character set - for example NOT ("Apples" OR "Pears"):
NOT (and that's the bit I'm having trouble with) "^(Apples|Pears)$".
I want to allow the user to select any but a couple of items in a listbox. I've got a RegularExpressionValidator for the listbox but I'm somewhat stuck on the regular expression - how...
Yup - there's a bit of a debugger hang where nothing seems to happen for a while, then the thread's gone & I see a "The thread 0xnnnn has exited with code 0 (0x0)." in the output window (I know it's...
Nothing missing and after the new, there is definitely an object. Also tried using the member but no difference. It really does seem to be the fact that it's on a different thread; almost as if the...
Hi. I have a C# WebService with a WebMethod that returns an array of (WebService-defined) objects. If I create a consumer exe and call the method, everything is as expected.
If I then create a...
My password setup is hashed, enablepasswordretrieval=false and enablepasswordreset=true. The email sent out states the username and brand spangly new password. What is this password -...
The only thing that comes to mind there is that you can't use a LoginView's controls directly - so lblErrMsg in the catch in loginsys_Authenticate is probably Nothing. Apologies, I'd normally use C#...
FYI, I fixed this problem (which leads me to another, but that's a different story altogether!). First problem was that I was linking with libcmtd.lib and changing to msvcrtd.lib coupled with the...
Yeah not quite so nice though - I only want to be allowing selection if the folder contains some specific files; like the "insert installation disk" idea.