Click here to Skip to main content
16,011,475 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Is it possible to compile against .Net 2.0 and 2.1 framework versions in VS 2008? Pin
Eddy Vluggen18-Nov-08 2:34
professionalEddy Vluggen18-Nov-08 2:34 
GeneralRe: Is it possible to compile against .Net 2.0 and 2.1 framework versions in VS 2008? Pin
Jon_Boy18-Nov-08 3:41
Jon_Boy18-Nov-08 3:41 
AnswerRe: Is it possible to compile against .Net 2.0 and 2.1 framework versions in VS 2008? Pin
Eddy Vluggen18-Nov-08 3:52
professionalEddy Vluggen18-Nov-08 3:52 
GeneralRe: Is it possible to compile against .Net 2.0 and 2.1 framework versions in VS 2008? Pin
Jon_Boy18-Nov-08 4:41
Jon_Boy18-Nov-08 4:41 
QuestionHow To assign null value into nullable object Pin
MehdiMousaviNezhad17-Nov-08 1:14
MehdiMousaviNezhad17-Nov-08 1:14 
AnswerRe: How To assign null value into nullable object Pin
Dave Kreskowiak17-Nov-08 5:22
mveDave Kreskowiak17-Nov-08 5:22 
GeneralRe: How To assign null value into nullable object Pin
MehdiMousaviNezhad26-Nov-08 1:29
MehdiMousaviNezhad26-Nov-08 1:29 
GeneralRe: How To assign null value into nullable object Pin
Dave Kreskowiak27-Nov-08 4:36
mveDave Kreskowiak27-Nov-08 4:36 
How about a couple of examples of SQL stored procedure "optional paramters" -> http://weblogs.asp.net/rmclaws/archive/2004/02/18/75381.aspx[^], and http://sqlserver2000.databases.aspfaq.com/can-i-have-optional-parameters-to-my-stored-procedures.html[^].

The idea is to set the parameter to NULL (default value) inside the procedure, then just set the userID parameter in your code when you need to use it.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




GeneralRe: How To assign null value into nullable object Pin
MehdiMousaviNezhad28-Nov-08 21:08
MehdiMousaviNezhad28-Nov-08 21:08 
QuestionStrange multiline text control behaviour (VB.NET on VS2005) Pin
mottolini17-Nov-08 0:47
mottolini17-Nov-08 0:47 
AnswerRe: Strange multiline text control behaviour (VB.NET on VS2005) Pin
~Khatri Mitesh~17-Nov-08 2:36
~Khatri Mitesh~17-Nov-08 2:36 
GeneralRe: Strange multiline text control behaviour (VB.NET on VS2005) Pin
mottolini17-Nov-08 2:44
mottolini17-Nov-08 2:44 
QuestionVB SQL Stored Proc Problem Pin
Paul Unsworth17-Nov-08 0:30
Paul Unsworth17-Nov-08 0:30 
AnswerRe: VB SQL Stored Proc Problem Pin
Dave Kreskowiak17-Nov-08 5:27
mveDave Kreskowiak17-Nov-08 5:27 
GeneralRe: VB SQL Stored Proc Problem Pin
Paul Unsworth18-Nov-08 21:41
Paul Unsworth18-Nov-08 21:41 
QuestionCrystalReportViewer Tab Control Pin
Member 187686216-Nov-08 21:24
Member 187686216-Nov-08 21:24 
QuestionFile not found Pin
Subjugate16-Nov-08 19:43
Subjugate16-Nov-08 19:43 
AnswerRe: File not found Pin
Anoop Brijmohun16-Nov-08 20:06
Anoop Brijmohun16-Nov-08 20:06 
GeneralRe: File not found Pin
Subjugate16-Nov-08 20:54
Subjugate16-Nov-08 20:54 
GeneralRe: File not found Pin
Jon_Boy17-Nov-08 3:00
Jon_Boy17-Nov-08 3:00 
AnswerRe: File not found Pin
Mycroft Holmes16-Nov-08 20:12
professionalMycroft Holmes16-Nov-08 20:12 
QuestionString Builder Class in .Net Pin
indian14316-Nov-08 18:37
indian14316-Nov-08 18:37 
AnswerRe: String Builder Class in .Net Pin
Muhammad Shahid Farooq16-Nov-08 20:08
professionalMuhammad Shahid Farooq16-Nov-08 20:08 
AnswerRe: String Builder Class in .Net Pin
Mycroft Holmes16-Nov-08 20:14
professionalMycroft Holmes16-Nov-08 20:14 
GeneralRe: String Builder Class in .Net Pin
sph3rex16-Nov-08 21:19
sph3rex16-Nov-08 21:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.