Here is some pictures of my family.
more »
some photos of My daughter Junya and her grandparents.
more »
"Private arraystr(3) As String" in vb.net , there are 4 elements in this array { arraystr(0) to arraystr(3 ) }
"private string[] arraystr = new string[ 3 ];" in c# , there are only 3 elements in this array (arraystr[0] to arraystr[2]) ,if you write arraystr[3] in your C# code, you will get a index out of range error.
more »
small tips on ado, ado.net, sql server2000...
more »