Search Results

Showing results 1 to 3 of 3
Search took 0.01 seconds.
Search: Posts Made By: Teme64 ; Forum: ASP.NET and child forums
Forum: ASP.NET Aug 3rd, 2009
Replies: 6
Views: 397
Posted By Teme64
Change
If ckbox.Selected = True Then

to
If ckbox.Checked Then

I think that's what you want.

HTH
Forum: ASP.NET Apr 6th, 2009
Replies: 3
Views: 1,087
Posted By Teme64
Now, instead of a single byte, you have to pass a byte array to procedure
Private Function SaveToDB(ByVal imgname As String, ByVal imgbin As Byte(), ByVal imgcontenttype As String) as integer
...
Forum: ASP.NET Apr 4th, 2009
Replies: 3
Views: 1,087
Posted By Teme64
Correct syntax is
Dim imgbinarydata(imglen - 1) As Byte

Since arrays are zero-based, you use imglen - 1 to get an array with imglen elements.

You should check that...
Showing results 1 to 3 of 3

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC