Click here to Skip to main content
15,884,836 members
Home / Discussions / C#
   

C#

 
AnswerRe: Disabling button not working Pin
Ravi Bhavnani11-Oct-12 8:47
professionalRavi Bhavnani11-Oct-12 8:47 
QuestionC# SNMP Printer! HELPPP! Pin
batuhan karaduman11-Oct-12 4:22
batuhan karaduman11-Oct-12 4:22 
AnswerRe: C# SNMP Printer! HELPPP! Pin
Eddy Vluggen11-Oct-12 4:44
professionalEddy Vluggen11-Oct-12 4:44 
AnswerRe: C# SNMP Printer! HELPPP! Pin
Wes Aday11-Oct-12 4:46
professionalWes Aday11-Oct-12 4:46 
AnswerRe: C# SNMP Printer! HELPPP! Pin
jschell11-Oct-12 8:55
jschell11-Oct-12 8:55 
AnswerRe: C# SNMP Printer! HELPPP! Pin
batuhan karaduman11-Oct-12 20:31
batuhan karaduman11-Oct-12 20:31 
AnswerRe: C# SNMP Printer! HELPPP! Pin
Marco Bertschi12-Oct-12 4:57
protectorMarco Bertschi12-Oct-12 4:57 
QuestionStoring and retrieving objects inside databse Pin
Sabry190511-Oct-12 4:08
Sabry190511-Oct-12 4:08 
Hi i want to store and retrieve objects of any kind to SQL server database, i did the following, inside the database table, i had created a field of type varbinary(MAX),
and in the code, i had made the following to store the object

C#
object treatment = dataGridViewDrugList.Rows;
MemoryStream memStream = new MemoryStream();
StreamWriter sw = new StreamWriter(memStream);
sw.Write(treatment);
dataRow[0] = memStream.GetBuffer();


and it was successful,
now i am not able to retrieve the object back
any ideas?

modified 11-Oct-12 10:32am.

AnswerRe: Storing and retrieving objects inside databse Pin
Eddy Vluggen11-Oct-12 4:43
professionalEddy Vluggen11-Oct-12 4:43 
GeneralRe: Storing and retrieving objects inside databse Pin
Sabry190511-Oct-12 7:06
Sabry190511-Oct-12 7:06 
GeneralRe: Storing and retrieving objects inside databse Pin
Eddy Vluggen11-Oct-12 9:59
professionalEddy Vluggen11-Oct-12 9:59 
GeneralRe: Storing and retrieving objects inside databse Pin
Sabry190514-Oct-12 2:54
Sabry190514-Oct-12 2:54 
Question3 tier architecture Pin
tannu dwivedi11-Oct-12 1:51
tannu dwivedi11-Oct-12 1:51 
AnswerRe: 3 tier architecture Pin
Wes Aday11-Oct-12 2:25
professionalWes Aday11-Oct-12 2:25 
AnswerRe: 3 tier architecture Pin
Eddy Vluggen11-Oct-12 4:47
professionalEddy Vluggen11-Oct-12 4:47 
AnswerRe: 3 tier architecture Pin
CptSupermrkt11-Oct-12 16:26
CptSupermrkt11-Oct-12 16:26 
QuestionInjection Pin
ALIJavany11-Oct-12 1:24
ALIJavany11-Oct-12 1:24 
AnswerRe: Injection Pin
J4amieC11-Oct-12 1:30
J4amieC11-Oct-12 1:30 
GeneralRe: Injection Pin
ALIJavany11-Oct-12 8:37
ALIJavany11-Oct-12 8:37 
AnswerRe: Injection Pin
Eddy Vluggen11-Oct-12 1:30
professionalEddy Vluggen11-Oct-12 1:30 
AnswerRe: Injection Pin
Abhinav S11-Oct-12 20:57
Abhinav S11-Oct-12 20:57 
AnswerRe: Injection Pin
KiranKumar Roy14-Oct-12 1:20
KiranKumar Roy14-Oct-12 1:20 
QuestionOpacity Pin
ALIJavany11-Oct-12 1:21
ALIJavany11-Oct-12 1:21 
AnswerRe: Opacity Pin
J4amieC11-Oct-12 1:30
J4amieC11-Oct-12 1:30 
AnswerRe: Opacity Pin
Eddy Vluggen11-Oct-12 1:31
professionalEddy Vluggen11-Oct-12 1:31 

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.