Click here to Skip to main content
15,914,071 members
Home / Discussions / C#
   

C#

 
AnswerRe: Deserialize an object with XML tags Pin
PIEBALDconsult1-May-07 17:55
mvePIEBALDconsult1-May-07 17:55 
AnswerRe: Deserialize an object with XML tags Pin
LongRange.Shooter2-May-07 5:18
LongRange.Shooter2-May-07 5:18 
Questionobject reference not set to an instance of an object Pin
Latheesan1-May-07 16:44
Latheesan1-May-07 16:44 
AnswerRe: object reference not set to an instance of an object Pin
PIEBALDconsult1-May-07 17:08
mvePIEBALDconsult1-May-07 17:08 
GeneralRe: object reference not set to an instance of an object Pin
Latheesan1-May-07 17:23
Latheesan1-May-07 17:23 
GeneralRe: object reference not set to an instance of an object Pin
PIEBALDconsult1-May-07 17:53
mvePIEBALDconsult1-May-07 17:53 
GeneralRe: object reference not set to an instance of an object Pin
Latheesan1-May-07 18:07
Latheesan1-May-07 18:07 
GeneralRe: object reference not set to an instance of an object Pin
PIEBALDconsult1-May-07 18:23
mvePIEBALDconsult1-May-07 18:23 
GeneralRe: object reference not set to an instance of an object Pin
Latheesan1-May-07 18:37
Latheesan1-May-07 18:37 
GeneralRe: object reference not set to an instance of an object Pin
PIEBALDconsult1-May-07 19:08
mvePIEBALDconsult1-May-07 19:08 
GeneralRe: object reference not set to an instance of an object Pin
Christian Graus1-May-07 19:19
protectorChristian Graus1-May-07 19:19 
GeneralRe: object reference not set to an instance of an object Pin
PIEBALDconsult1-May-07 17:57
mvePIEBALDconsult1-May-07 17:57 
GeneralRe: object reference not set to an instance of an object Pin
Latheesan1-May-07 18:02
Latheesan1-May-07 18:02 
GeneralRe: object reference not set to an instance of an object Pin
PIEBALDconsult1-May-07 18:50
mvePIEBALDconsult1-May-07 18:50 
GeneralRe: object reference not set to an instance of an object Pin
Latheesan1-May-07 17:27
Latheesan1-May-07 17:27 
GeneralRe: object reference not set to an instance of an object Pin
Latheesan1-May-07 17:35
Latheesan1-May-07 17:35 
QuestionControl Customization/ New User Controls? Pin
Rocky#1-May-07 15:53
Rocky#1-May-07 15:53 
AnswerRe: Control Customization/ New User Controls? Pin
Christian Graus1-May-07 19:21
protectorChristian Graus1-May-07 19:21 
GeneralRe: Control Customization/ New User Controls? Pin
Rocky#4-May-07 8:56
Rocky#4-May-07 8:56 
Questionworking with VarBinary type field (SQL 2000) in C# 2.0 Pin
Rocky#1-May-07 15:46
Rocky#1-May-07 15:46 
hi every one,

well I'm having table called users(UserName varchar(15) PK, Password varbinary(256))

plz tell me how to insert data in thi s password field.
There is one way to use a query in the code
like

"insert into users values ('"+UserName+"', Convert(varbinary, '"+pass+"'))";

but I wanted to use the insert function in the table adapter u know. and it requires this passwrd to be byte[]
so how do u convert a string to byte[]



Rocky
AnswerRe: working with VarBinary type field (SQL 2000) in C# 2.0 Pin
PIEBALDconsult1-May-07 18:58
mvePIEBALDconsult1-May-07 18:58 
GeneralRe: working with VarBinary type field (SQL 2000) in C# 2.0 Pin
Rocky#4-May-07 8:50
Rocky#4-May-07 8:50 
QuestionHelp with XML design. Pin
Lord Kixdemp1-May-07 14:27
Lord Kixdemp1-May-07 14:27 
AnswerRe: Help with XML design. Pin
PIEBALDconsult1-May-07 15:09
mvePIEBALDconsult1-May-07 15:09 
GeneralRe: Help with XML design. Pin
Lord Kixdemp2-May-07 1:42
Lord Kixdemp2-May-07 1:42 

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.