|
-
Sep 27th, 2005, 09:04 AM
#1
Thread Starter
Addicted Member
[Resolved] Specify optional value for dropdownlist
Quick question, what do I put for the optional value for a dropdownlist?
Private Function SQL(ByVal bldg As Integer, Optional ByVal StudentID As String = "",
Optional ByVal combo As DropDownList = WHAT TO PUT HERE)
As String
Thanks in advance
Last edited by zombie_man23; Sep 27th, 2005 at 09:22 AM.
-
Sep 27th, 2005, 09:14 AM
#2
Re: Specify optional value for dropdownlist
Optional argument values have to be constants so the only thing you could put would be Nothing.
-
Sep 27th, 2005, 09:20 AM
#3
Thread Starter
Addicted Member
[Resolved] Specify optional value for dropdownlist
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
|