Click here to Skip to main content
15,905,963 members
Home / Discussions / C#
   

C#

 
QuestionProperties.Settings.Default.Save() does not work Pin
Mertli Ozgur Nevres21-Jul-06 1:06
Mertli Ozgur Nevres21-Jul-06 1:06 
AnswerRe: Properties.Settings.Default.Save() does not work Pin
Mertli Ozgur Nevres21-Jul-06 1:52
Mertli Ozgur Nevres21-Jul-06 1:52 
QuestionUnauthorizedAccessException Pin
sjembek20-Jul-06 23:55
sjembek20-Jul-06 23:55 
AnswerRe: UnauthorizedAccessException Pin
leppie21-Jul-06 1:02
leppie21-Jul-06 1:02 
GeneralRe: UnauthorizedAccessException Pin
sjembek21-Jul-06 1:27
sjembek21-Jul-06 1:27 
GeneralRe: UnauthorizedAccessException Pin
leppie21-Jul-06 2:10
leppie21-Jul-06 2:10 
AnswerRe: UnauthorizedAccessException Pin
Vasudevan Deepak Kumar21-Jul-06 1:41
Vasudevan Deepak Kumar21-Jul-06 1:41 
GeneralRe: UnauthorizedAccessException Pin
sjembek21-Jul-06 2:06
sjembek21-Jul-06 2:06 
Questionnamevaluecollection in user settings Pin
Badscher20-Jul-06 23:22
Badscher20-Jul-06 23:22 
AnswerRe: namevaluecollection in user settings Pin
Badscher21-Jul-06 1:41
Badscher21-Jul-06 1:41 
AnswerRe: namevaluecollection in user settings Pin
LongRange.Shooter21-Jul-06 4:48
LongRange.Shooter21-Jul-06 4:48 
QuestionIsolatedStorageFile.GetStore() problem Pin
Super Lloyd20-Jul-06 23:12
Super Lloyd20-Jul-06 23:12 
AnswerRe: IsolatedStorageFile.GetStore() problem Pin
leppie21-Jul-06 2:22
leppie21-Jul-06 2:22 
GeneralRe: IsolatedStorageFile.GetStore() problem Pin
Super Lloyd21-Jul-06 3:17
Super Lloyd21-Jul-06 3:17 
QuestionHow do i check if an object can be cast to a valid SQLDbType? Pin
Red_Wizard_Shot_The_Food20-Jul-06 22:39
Red_Wizard_Shot_The_Food20-Jul-06 22:39 
AnswerRe: How do i check if an object can be cast to a valid SQLDbType? Pin
Robert Rohde20-Jul-06 22:46
Robert Rohde20-Jul-06 22:46 
GeneralRe: How do i check if an object can be cast to a valid SQLDbType? Pin
Red_Wizard_Shot_The_Food20-Jul-06 23:24
Red_Wizard_Shot_The_Food20-Jul-06 23:24 
AnswerRe: How do i check if an object can be cast to a valid SQLDbType? [modified] Pin
Martin#20-Jul-06 23:41
Martin#20-Jul-06 23:41 
GeneralRe: How do i check if an object can be cast to a valid SQLDbType? Pin
Robert Rohde20-Jul-06 23:52
Robert Rohde20-Jul-06 23:52 
GeneralRe: How do i check if an object can be cast to a valid SQLDbType? Pin
Red_Wizard_Shot_The_Food20-Jul-06 23:53
Red_Wizard_Shot_The_Food20-Jul-06 23:53 
GeneralRe: How do i check if an object can be cast to a valid SQLDbType? Pin
Robert Rohde20-Jul-06 23:54
Robert Rohde20-Jul-06 23:54 
GeneralRe: How do i check if an object can be cast to a valid SQLDbType? Pin
Red_Wizard_Shot_The_Food21-Jul-06 0:00
Red_Wizard_Shot_The_Food21-Jul-06 0:00 
Robert Rohde wrote:
If you have checked whether value is really of type SqlDbtype the following is safe to use:

SqlDbType type = (SqlDbType)value;


Sorry if im getting the wrong end of the stick here...

But that code looks like is alters the value of type to = the value of value cast to an SQLDbType.

What I'm after is value to be cast from an object to the SQLDbType described by dataDype in the argument.

Or is that what it does do and I'm just misunderstanding the code.


-- modified at 6:02 Friday 21st July, 2006
GeneralRe: How do i check if an object can be cast to a valid SQLDbType? Pin
Robert Rohde21-Jul-06 0:21
Robert Rohde21-Jul-06 0:21 
GeneralRe: How do i check if an object can be cast to a valid SQLDbType? Pin
Red_Wizard_Shot_The_Food21-Jul-06 0:29
Red_Wizard_Shot_The_Food21-Jul-06 0:29 
GeneralRe: How do i check if an object can be cast to a valid SQLDbType? Pin
Robert Rohde21-Jul-06 1:11
Robert Rohde21-Jul-06 1:11 

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.