With the name of this event being RowsRemoved, you might reasonably expect this event to be raised a single time, where deleting a consecutive block of rows, with the Delete key, but this is not the case.In fact, each row is deleted in turn, which...
Last modified by Daniel B· on 5/29/2009 9:53:09 PM
Tags: None
In browsers that primarily only implement the W3C DOM functionality, such as Firefox and Sarafi, the click method is only available for INPUT elements of type "Button", "Checkbox", "Radio", "Reset", or "Submit", i.e. not links (A elements) etc.So,...
Last modified by Daniel B· on 2/3/2009 8:15:39 PM
Although the browsers Firefox, Safari & Opera implement the document.all collection, this is not a Web standard (W3C DOM) collection, so Firefox generates a warning everytime you use it (in the Error Console).As there is a direct W3C DOM equiv...
Last modified by Daniel B· on 2/3/2009 7:35:00 PM
You may well find that the Framework ignores DestinationPageUrl and always redirects to the referring page, when the user is successfully authenticated.
To workaround this behavior, add a LoggedIn event handler (using Designer or manually in as...
Last modified by Thomas Lee on 1/8/2009 10:55:10 PM
If you are automating the setup of your Validators, such as in a Page Load event, in conjunction with the Login control, you may find the Page Validators collection is unexpectedly empty.
This is because the Framework is missing a call to Ensur...
Last modified by Daniel B· on 12/7/2008 7:18:32 PM
<< Previous |
Next >> |
Show All