Click here to Skip to main content
15,895,256 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionhow to change Textbox text when the dropdownlist changing Pin
maxiachun22-Nov-05 16:42
maxiachun22-Nov-05 16:42 
AnswerRe: how to change Textbox text when the dropdownlist changing Pin
Christian Graus22-Nov-05 16:49
protectorChristian Graus22-Nov-05 16:49 
AnswerRe: how to change Textbox text when the dropdownlist changing Pin
jcrussell22-Nov-05 19:33
jcrussell22-Nov-05 19:33 
QuestionFormating a column in Excel programmatically Pin
Martin@captivasystems22-Nov-05 11:27
Martin@captivasystems22-Nov-05 11:27 
AnswerRe: Formating a column in Excel programmatically Pin
Curtis Schlak.22-Nov-05 15:56
Curtis Schlak.22-Nov-05 15:56 
Questionhow to display variable value as Text property in datagrid Pin
ScottForgot22-Nov-05 10:06
ScottForgot22-Nov-05 10:06 
QuestionXmlValidatingReader problem xs:date Pin
IsaacB22-Nov-05 8:31
IsaacB22-Nov-05 8:31 
QuestionCache question Pin
Texas_CodeMaster22-Nov-05 7:57
Texas_CodeMaster22-Nov-05 7:57 
Is there a way to test for a cache object?


in one part of my code i have

If (IsNothing(cache.Item("UserTypes"))) Or (IsNothing(cache.Item("States")) Or (IsNothing(cache.Item("Countries")))) Then
'
GenericProcedure = "Admin_SelectProfessionalInformation_ForCache"
Else
'
GenericProcedure = "Admin_SelectProfessionalInformation"
End If

==================================================

But i keep getting an error because there is not a cache object by the name (key) of "UserTypes"

I would like to test to see if this key is in the cache and if NOT then user the correct StoredProcedure...

and if IT IS in the cache us the correct StoredProcedure...

thanks alot ahead of time!

erik


QuestionSystem.web.mail class not available from within a service? Pin
tthompson200722-Nov-05 5:26
tthompson200722-Nov-05 5:26 
AnswerRe: System.web.mail class not available from within a service? Pin
Dave Kreskowiak22-Nov-05 15:29
mveDave Kreskowiak22-Nov-05 15:29 
GeneralRe: System.web.mail class not available from within a service? Pin
tthompson200723-Nov-05 3:45
tthompson200723-Nov-05 3:45 
QuestionSending Email With an Attachment Pin
multi_plu22-Nov-05 1:23
multi_plu22-Nov-05 1:23 
AnswerRe: Sending Email With an Attachment Pin
TadejK22-Nov-05 1:45
TadejK22-Nov-05 1:45 
AnswerRe: Sending Email With an Attachment Pin
ToddHileHoffer23-Nov-05 2:54
ToddHileHoffer23-Nov-05 2:54 
QuestionRuntime Error '713' Pin
°[Halo]°21-Nov-05 23:31
°[Halo]°21-Nov-05 23:31 
AnswerRe: Runtime Error '713' Pin
Dave Kreskowiak22-Nov-05 15:27
mveDave Kreskowiak22-Nov-05 15:27 
QuestionRe: Runtime Error '713' Pin
°[Halo]°23-Nov-05 2:13
°[Halo]°23-Nov-05 2:13 
AnswerRe: Runtime Error '713' Pin
Dave Kreskowiak23-Nov-05 2:31
mveDave Kreskowiak23-Nov-05 2:31 
QuestionCrystal Reports - Rounded corners problem in Box object Pin
prathiba_naresh21-Nov-05 23:27
prathiba_naresh21-Nov-05 23:27 
QuestionWant to get the Type of file? Pin
raheeli21-Nov-05 20:44
raheeli21-Nov-05 20:44 
QuestionRe: Want to get the Type of file? Pin
Briga21-Nov-05 22:01
Briga21-Nov-05 22:01 
AnswerRe: Want to get the Type of file? Pin
raheeli21-Nov-05 23:24
raheeli21-Nov-05 23:24 
AnswerRe: Want to get the Type of file? Pin
Briga22-Nov-05 0:13
Briga22-Nov-05 0:13 
GeneralRe: Want to get the Type of file? Pin
raheeli22-Nov-05 0:18
raheeli22-Nov-05 0:18 
QuestionThank You Everybody! Pin
Axonn Echysttas21-Nov-05 19:06
Axonn Echysttas21-Nov-05 19:06 

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.