Click here to Skip to main content
15,896,207 members
Home / Discussions / C#
   

C#

 
GeneralOr just use @ Pin
Mircea Puiu18-Apr-08 3:35
Mircea Puiu18-Apr-08 3:35 
GeneralRe: String.replace("\","\\") never work Pin
cocoonwls18-Apr-08 3:35
cocoonwls18-Apr-08 3:35 
Question"Real-Time" Audio Manipulation of Microphone Input Pin
littleGiant18-Apr-08 2:11
littleGiant18-Apr-08 2:11 
GeneralLosing object dataGridViewRow.cell.tag after sort Pin
oracleConvert18-Apr-08 2:05
oracleConvert18-Apr-08 2:05 
QuestionHow to working with database, Strongly Typed ? Pin
hdv21218-Apr-08 1:30
hdv21218-Apr-08 1:30 
AnswerRe: How to working with database, Strongly Typed ? Pin
Pete O'Hanlon18-Apr-08 2:33
mvePete O'Hanlon18-Apr-08 2:33 
GeneralRe: How to working with database, Strongly Typed ? Pin
hdv21218-Apr-08 3:37
hdv21218-Apr-08 3:37 
GeneralRe: How to working with database, Strongly Typed ? Pin
ChrisKo18-Apr-08 5:10
ChrisKo18-Apr-08 5:10 
Don't return a DataTable from your GetCustomers method. You need to return your List<customercollection> so you can databind to that.

So you need to change your GetCustomers to fetch the data from the database and use a datareader. iterate the datareader and create a new Customer class for each dataitem in the reader and fill the appropriate properties. Before your next iteration, add that Customer class to the collection with your Add method. Rinse and Repeat.
GeneralRe: How to working with database, Strongly Typed ? Pin
hdv21218-Apr-08 6:36
hdv21218-Apr-08 6:36 
GeneralSqlConnection, extract server & database values Pin
laserbaronen18-Apr-08 1:04
laserbaronen18-Apr-08 1:04 
AnswerRe: SqlConnection, extract server & database values [SOLVED] Pin
laserbaronen18-Apr-08 1:10
laserbaronen18-Apr-08 1:10 
GeneralUnkown abt return type Pin
EvilInside18-Apr-08 0:27
EvilInside18-Apr-08 0:27 
GeneralRe: Unkown abt return type Pin
Christian Graus18-Apr-08 0:32
protectorChristian Graus18-Apr-08 0:32 
QuestionDataAdapter.Update method ?? Pin
Hum Dum18-Apr-08 0:24
Hum Dum18-Apr-08 0:24 
AnswerRe: DataAdapter.Update method ?? Pin
J4amieC18-Apr-08 1:03
J4amieC18-Apr-08 1:03 
QuestionDo you know a good thumbnail component? Pin
Yianni18-Apr-08 0:21
Yianni18-Apr-08 0:21 
Generalhelp with variance and gradients of pixels Pin
diddy3417-Apr-08 23:29
diddy3417-Apr-08 23:29 
GeneralRe: help with variance and gradients of pixels Pin
Christian Graus18-Apr-08 0:33
protectorChristian Graus18-Apr-08 0:33 
QuestionRunning windows form remotely Pin
ONeil Tomlinson17-Apr-08 22:49
ONeil Tomlinson17-Apr-08 22:49 
GeneralRe: Running windows form remotely Pin
darkelv17-Apr-08 23:58
darkelv17-Apr-08 23:58 
GeneralRe: Running windows form remotely Pin
ONeil Tomlinson18-Apr-08 2:13
ONeil Tomlinson18-Apr-08 2:13 
GeneralOledbDataAdapter.fill gives a blank line when used to import some excel files Pin
Rey999917-Apr-08 22:32
Rey999917-Apr-08 22:32 
GeneralRe: OledbDataAdapter.fill gives a blank line when used to import some excel files Pin
Rob Smiley18-Apr-08 10:24
Rob Smiley18-Apr-08 10:24 
GeneralRe: OledbDataAdapter.fill gives a blank line when used to import some excel files Pin
Rey999920-Apr-08 21:04
Rey999920-Apr-08 21:04 
GeneralInValidCastException Pin
Programm3r17-Apr-08 22:25
Programm3r17-Apr-08 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.