First  |  Prev |  Next  |  Last
Pages: 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88
FREE Tutorials on HTML XHTML CSS JavaScript XML XSL ASP SQL ADO VBScript, SAP - ABAP
FREE Tutorials on HTML XHTML CSS JavaScript XML XSL ASP SQL ADO VBScript, SAP - ABAP visit ebooks.univdatabase.com ... 24 May 2008 04:21
DataView Enumerator
I am a little confused by DataView. The Item property returns a DataRowView. However, the object returned by the enumerator used by For Each is apparently Object since I can specify any kind of object and don't get a compiler error: Dim dv as DataView For Each xx As Integer In dv Is the declared type of ... 24 May 2008 08:58
How to map openssl obtained private key parameters to RSAParameter
Hi Sammy, version Version, modulus INTEGER, n publicExponent INTEGER, e privateExponent INTEGER, d prime1 INTEGER, p prime2 INTEGER, q exponent1 INTEGER, d mod (p-1) exponent2 INTEGER, d mod (q-1) coefficient INTEGER, (inverse of q... 23 May 2008 08:51
BackgroundWorker in different OS
Hello All, I had written a piece of code for working with the BackgroundWorker.Following is the code for the same: BackgroundWorker ^ defReportWorker = gcnew BackgroundWorker(); defReportWorker->WorkerReportsProgress = true; defReportWorker->WorkerSupportsCancellation = true; defReportWorker->DoWork +=... 27 May 2008 03:57
Version tolerant (De)serialization
In .NET 2.0 great strives have been made to make binary serialization more version tolerant, with new or removed fields no longer throwing exceptions. Although one scenario remains that keeps throwing an exception... when the type of a field has changed. Using OptionalFieldAttribute one can indicate to omit d... 23 May 2008 00:19
esoteric struct vs class question
I know this is pretty esoteric but if all you have is a bunch of static methods, which is the most efficient - a struct or a static class? Or are they about the same? Thanks Mark ... 23 May 2008 16:02
How to repair .NET
Hi NG, I tried to install an old VS 2005 beta on my machine. Not only did it not install, but it seems to have installed an earlier version of .NET on my Vista Ultimate system. Now programs like OneCare are failing with CLR error: 80004005. From reading KB I understand that Vista uses .NET 3.0 and I proba... 22 May 2008 16:29
wcf call timeout
I've run into this same issue. Has anyone found a solution to this? I've tried increasing message sizes, changing up the config files, and a number of other things, but I consistently get the same issue. ... 22 May 2008 15:42
datagrid update
Hi I am new for datagrid. I want to update the Datagrid. My code work fine. I want to hide the third column ie id (Which is also the primery key) from the user or make the column read only. I am using boundcolumn. I tried both way but unable to get the result. Making the column readonly, unable to get the value of id ... 22 May 2008 12:32
Delay-signed satellite assemblies loads even when they should not.
This is at least for .Net 2.0 We use delay-signing of assemblies and sn –Vr *,xxxxx during development. We have a utility program that creates satellite assemblies (and delay-signs them) for culture specific resources. On “development” machines, these satellite assemblies loads fine, but on production machines... 22 May 2008 04:30
First  |  Prev |  Next  |  Last
Pages: 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88