Re: System.Guid ... issue serializing the value of what's supposed to be a guid on the client. ... How about if you change the signature to string,... HttpContext context, HttpRequest request, HttpResponse response, Boolean& ... abortProcessing)If I change the type of parameter1 to a simple type such ... (microsoft.public.dotnet.framework.webservices)
Re: Problem with dataset crashing my app ... You should input check for a null guid and not even try to retrieve data where it is null.Based on my reading of your code, this value should never be null. ... Edit the binding event of the Data Grid and look for the null there, where you can supply an empty string for the cell instead, as everything is converted to string to output to the browser anyway. ... If I use the code below, but have null passed as the PostingGuid, then by the time I get to fill the dataset, I have "an object is not set to an instance of an object". ... (microsoft.public.dotnet.framework.aspnet)
Re: Problem with dataset crashing my app ... The guid I am passing is actually a string representation of it. ... another method is to return an empty dataset when it is null. ... properly branch it (assuming this a database, like SQL Server, of course). ... (microsoft.public.dotnet.framework.aspnet)
Re: Create GUID in Access 2003 Application ... > Option Compare Database... > ' The following is from Topic: Windows Conferencing API, GUID, MSDN April ... > Public Function CreateGUIDAs String... > Dim sGUID As String 'store result here ... (microsoft.public.access.forms)