Greg Robinson's Blog
I report it, you decide
-
Setting CausesValidation in a UserControl
Try this out:
-
Calling Merge and AcceptChanges on DataSet
When the Merge or AcceptChanges methods are called on a DataSet, the DataSet notifies all the DataViews bound to it that they must reset the list they are handling and the DataView notifies this to all the bound controls.
-
CancelCurrentEdit docs are a little misleading
I am seeing cases in our app where calls to CancelCurrentEdit are not Rejecting changes made by the user. I have to manually call RejectChanges on the datasource after calling CancelCurrentEdit. I assumed the call to CancelCurrentEdit would RejectChanges made to the datasource; at least that is what the docs state:
-
Great, more ammunition for the C# folks
-
Validating Event and Dialogs
We handle the Validating Event for a textbox on a form. Inside this event, we run some checks and throw up a Yes\No MessageBox. Doing this causes some strange behaviors.
-
.NET Guide to Security
Keith Brown does it again:
-
FREE XDN Professional for .NET Bloggers during May 2004
FREE XDN Professional for .NET Bloggers during May 2004
Mike Schinkel, president of Xtras.Net, made an offer on his personal blog of a free XDN Professional membership (http://www.xtras.net/xdn) during the month of May 2004 for anyone that blogs about .NET frequently. If you are a .NET blogger, see Mike's post for how to get your free XDN membership. -
BUG: Setting CancelEventArgs to True is failing
We are handling the Validating event for a control. If a conditional test fails in this event handler, we set CancelEventArgs = True and call SetError on ErrorProvider :
-
Implementing No Touch Deployment without going through IE
Per this article:
-
Next .NET UG Meeting
This is a reminder that the next meeting of the Richmond.NET User Group will take place tomorrow, May 20, 2004, at 6:30PM. Once again, the meeting will be held at Fahrenheit Technology in Innsbrook.