|
-
Sep 20th, 2004, 11:38 AM
#1
Thread Starter
Junior Member
calendar ?
Hey all,
Im trying to pass this
Source Error:
Line 37:
Line 38: Dim Date_OpenParam As New OleDbParameter("@Date_Open", OleDbType.VarChar, 50)
Line 39: Date_OpenParam.Value = Calendar1.selectedvalue
Line 40: dbCommand.Parameters.Add(Date_OpenParam)
Line 41:
but keeps giving me this error
BC30456: 'selectedvalue' is not a member of 'System.Web.UI.WebControls.Calendar'.
Does anyone know what the correct syntax would be?
Jose
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|