Both the DataRow and DataTable classes also have AcceptChanges methods. Invoking AcceptChanges on the DataSet causes AcceptChanges to be called on each table in a DataSet. Consequently, calling AcceptChanges on each DataTable causes each DataRow object's AcceptChanges method to be called. In...
No conversions are performed, therefore the data retrieved must already be a double-precision floating point number.
Call IsDBNull to check for null values before calling this method.
that's what VS .NET says ...
Thanks Marty,
There is no problem to log Server.GetLastError() in Application_Error, all info is there, the problem is that MS claims you could save it in a Session variable!
This article
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/vbtskDisplayingSafeErrorMessages.asp
from MS shows how to save Server.GetLastError().Message in a Session variable...
Did any body actually try doing that? The Session variable was empty in my tests...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.