Click here to Skip to main content
15,891,372 members
Home / Discussions / C#
   

C#

 
GeneralRe: in browsers (such as IE) how can emulate a button click event ? Pin
B.A10-Apr-07 23:37
B.A10-Apr-07 23:37 
GeneralRe: in browsers (such as IE) how can emulate a button click event ? Pin
blackjack215011-Apr-07 0:06
blackjack215011-Apr-07 0:06 
GeneralRe: in browsers (such as IE) how can emulate a button click event ? Pin
blackjack215011-Apr-07 0:09
blackjack215011-Apr-07 0:09 
QuestionParsing XML with XPath Navigator [modified] Pin
Kodanda Pani10-Apr-07 19:28
Kodanda Pani10-Apr-07 19:28 
AnswerRe: Parsing XML with XPath Navigator Pin
gauthee10-Apr-07 19:38
gauthee10-Apr-07 19:38 
GeneralRe: Parsing XML with XPath Navigator Pin
Kodanda Pani10-Apr-07 19:57
Kodanda Pani10-Apr-07 19:57 
QuestionNotification when a new column is added to a table Pin
deepakts10-Apr-07 19:17
deepakts10-Apr-07 19:17 
QuestionConvert string value to a data type Pin
swjam10-Apr-07 17:23
swjam10-Apr-07 17:23 
I have the following line of code:

sqlAdapter.SelectCommand.Parameters.Add(new SqlParameter(strParamName, strParamType, 10));

strParamName and strParamType are strings.
Now, the sig of Parameters.Add is as follows:
Parameters.Add(string, SqlDBType, int);

The value of strParamType is one of the SqlDBType's i.e. "VarChar", "Int", "Bit" etc.
How would I convert the value of strParamType to make it SqlDBType?

Thank you.

I am a SysAdmin, I battle my own daemons.

AnswerRe: Convert string value to a data type Pin
Mark Greenwood10-Apr-07 17:41
Mark Greenwood10-Apr-07 17:41 
GeneralRe: Convert string value to a data type Pin
swjam10-Apr-07 18:04
swjam10-Apr-07 18:04 
AnswerRe: Convert string value to a data type Pin
Guffa10-Apr-07 21:07
Guffa10-Apr-07 21:07 
GeneralRe: Convert string value to a data type Pin
J4amieC10-Apr-07 22:06
J4amieC10-Apr-07 22:06 
GeneralRe: Convert string value to a data type Pin
swjam11-Apr-07 2:22
swjam11-Apr-07 2:22 
QuestionData Access Layer on Web Service Pin
Tuwing.Sabado10-Apr-07 16:49
Tuwing.Sabado10-Apr-07 16:49 
AnswerRe: Data Access Layer on Web Service Pin
Sathesh Sakthivel10-Apr-07 17:59
Sathesh Sakthivel10-Apr-07 17:59 
Questioncreate dll Pin
albertin0410-Apr-07 16:24
albertin0410-Apr-07 16:24 
AnswerRe: create dll Pin
Not Active10-Apr-07 16:45
mentorNot Active10-Apr-07 16:45 
GeneralRe: create dll Pin
albertin0410-Apr-07 16:55
albertin0410-Apr-07 16:55 
QuestionPer-user Windows Service Pin
Vega0210-Apr-07 15:59
Vega0210-Apr-07 15:59 
AnswerRe: Per-user Windows Service Pin
Scott Dorman10-Apr-07 17:11
professionalScott Dorman10-Apr-07 17:11 
GeneralRe: Per-user Windows Service Pin
Vega0210-Apr-07 20:20
Vega0210-Apr-07 20:20 
GeneralRe: Per-user Windows Service Pin
Scott Dorman12-Apr-07 2:49
professionalScott Dorman12-Apr-07 2:49 
QuestionHow to discover if a method throws an exception Pin
Quinten.Miller10-Apr-07 14:45
Quinten.Miller10-Apr-07 14:45 
AnswerRe: How to discover if a method throws an exception Pin
KevinMac10-Apr-07 15:03
KevinMac10-Apr-07 15:03 
GeneralRe: How to discover if a method throws an exception Pin
Quinten.Miller10-Apr-07 16:32
Quinten.Miller10-Apr-07 16:32 

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.