Click here to Skip to main content
15,908,115 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# marquee control needed Pin
Sun Rays26-Dec-07 1:31
Sun Rays26-Dec-07 1:31 
GeneralRe: C# marquee control needed Pin
N a v a n e e t h26-Dec-07 1:34
N a v a n e e t h26-Dec-07 1:34 
GeneralRe: C# marquee control needed Pin
N a v a n e e t h26-Dec-07 1:34
N a v a n e e t h26-Dec-07 1:34 
GeneralRe: C# marquee control needed Pin
DannyAdler26-Dec-07 1:55
DannyAdler26-Dec-07 1:55 
GeneralRe: C# marquee control needed Pin
Paul Conrad26-Dec-07 7:41
professionalPaul Conrad26-Dec-07 7:41 
GeneralWriting Objects into a Database Pin
00carl0026-Dec-07 0:55
00carl0026-Dec-07 0:55 
GeneralRe: Writing Objects into a Database Pin
Giorgi Dalakishvili26-Dec-07 1:18
mentorGiorgi Dalakishvili26-Dec-07 1:18 
GeneralRe: Writing Objects into a Database Pin
00carl003-Jan-08 0:48
00carl003-Jan-08 0:48 
hi.. i tried to do this with th ebinary formatter, but it gives an error

Type 'Billing_Module.Bill' in Assembly 'Billing Module, Version=1.0.2924.30808, Culture=neutral, PublicKeyToken=null' is not marked as serializable.


MemoryStream fs = new MemoryStream();
BinaryFormatter formatter = new BinaryFormatter();

formatter.Serialize(fs, (object)newBill);

fs.Close();

aConnection = new OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source="+path);
string queryCommand= "insert into BillHistory values ("+newBill.billNumber.ToString()+","+fs.ToString()+")";



can someone help me?
GeneralRe: Writing Objects into a Database Pin
Giorgi Dalakishvili3-Jan-08 2:50
mentorGiorgi Dalakishvili3-Jan-08 2:50 
GeneralRegarding Sorting in DataGridView Pin
Ram_Pcr26-Dec-07 0:08
Ram_Pcr26-Dec-07 0:08 
GeneralContext menu Pin
Hum Dum25-Dec-07 23:54
Hum Dum25-Dec-07 23:54 
GeneralRe: Context menu Pin
N a v a n e e t h26-Dec-07 0:08
N a v a n e e t h26-Dec-07 0:08 
GeneralRe: Context menu Pin
Hum Dum26-Dec-07 0:27
Hum Dum26-Dec-07 0:27 
GeneralRe: Context menu Pin
N a v a n e e t h26-Dec-07 0:34
N a v a n e e t h26-Dec-07 0:34 
GeneralRe: Context menu Pin
00carl0026-Dec-07 0:58
00carl0026-Dec-07 0:58 
GeneralRe: Context menu Pin
Xmen Real 26-Dec-07 1:01
professional Xmen Real 26-Dec-07 1:01 
GeneralSorting Array Pin
sindhutiwari25-Dec-07 22:40
sindhutiwari25-Dec-07 22:40 
GeneralRe: Sorting Array Pin
N a v a n e e t h25-Dec-07 23:37
N a v a n e e t h25-Dec-07 23:37 
GeneralRe: Sorting Array Pin
sindhutiwari25-Dec-07 23:46
sindhutiwari25-Dec-07 23:46 
GeneralRe: Sorting Array Pin
N a v a n e e t h25-Dec-07 23:55
N a v a n e e t h25-Dec-07 23:55 
GeneralRe: Sorting Array Pin
Xmen Real 26-Dec-07 0:58
professional Xmen Real 26-Dec-07 0:58 
AnswerRe: Sorting Array Pin
Guffa26-Dec-07 1:20
Guffa26-Dec-07 1:20 
GeneralDynamically Add Rows Pin
Laxmi R25-Dec-07 21:56
Laxmi R25-Dec-07 21:56 
GeneralRe: Dynamically Add Rows Pin
Giorgi Dalakishvili25-Dec-07 22:06
mentorGiorgi Dalakishvili25-Dec-07 22:06 
GeneralRe: Dynamically Add Rows Pin
Laxmi R25-Dec-07 22:25
Laxmi R25-Dec-07 22:25 

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.