Click here to Skip to main content
15,910,277 members
Home / Discussions / C#
   

C#

 
AnswerRe: DataGrid Class and its Methods Pin
Kevin McFarlane17-Jun-06 3:26
Kevin McFarlane17-Jun-06 3:26 
Questionopacity in usercontrol Pin
Nafiseh Salmani16-Jun-06 22:25
Nafiseh Salmani16-Jun-06 22:25 
Questionwindowsmediaplayer Pin
Amalarajan16-Jun-06 22:20
Amalarajan16-Jun-06 22:20 
QuestionData Grid Objects in C# Pin
Alamzeb khan16-Jun-06 21:45
Alamzeb khan16-Jun-06 21:45 
QuestionDatatable and Dataview Pin
Alamzeb khan16-Jun-06 21:29
Alamzeb khan16-Jun-06 21:29 
AnswerRe: Datatable and Dataview Pin
Nafiseh Salmani16-Jun-06 22:33
Nafiseh Salmani16-Jun-06 22:33 
QuestionHow to Search Pin
Alamzeb khan16-Jun-06 20:32
Alamzeb khan16-Jun-06 20:32 
AnswerRe: How to Search Pin
TheBeginner7716-Jun-06 21:01
TheBeginner7716-Jun-06 21:01 
you use a simple SELECT :

odbcCommand.CommandText="SELECT recordname FROM tableX WHERE recordname='something'";

first u must connect to the dAta base
this is for ODBC :
odbcCon = new OdbcConnection("DSN=The Data Source");
odbcComm = odbcCon.CreateCommand();
odbcCon.Open();
but it depends what data base u have
QuestionInput box in c# Pin
Alamzeb khan16-Jun-06 20:01
Alamzeb khan16-Jun-06 20:01 
AnswerRe: Input box in c# Pin
Guffa16-Jun-06 22:12
Guffa16-Jun-06 22:12 
QuestionDelegates Pin
Alamzeb khan16-Jun-06 19:02
Alamzeb khan16-Jun-06 19:02 
AnswerRe: Delegates Pin
stancrm16-Jun-06 20:06
stancrm16-Jun-06 20:06 
QuestionDelegates Pin
Alamzeb khan16-Jun-06 18:44
Alamzeb khan16-Jun-06 18:44 
AnswerRe: Delegates Pin
donkaiser16-Jun-06 18:58
donkaiser16-Jun-06 18:58 
Questionactive child container problem Pin
edel_ong16-Jun-06 16:43
edel_ong16-Jun-06 16:43 
QuestionStream Sound from Microphone [modified] Pin
surfman1916-Jun-06 12:40
surfman1916-Jun-06 12:40 
QuestionCOM interop and embedding Pin
therealmccoy16-Jun-06 11:41
therealmccoy16-Jun-06 11:41 
AnswerRe: COM interop and embedding Pin
mav.northwind16-Jun-06 12:22
mav.northwind16-Jun-06 12:22 
GeneralRe: COM interop and embedding Pin
therealmccoy16-Jun-06 20:04
therealmccoy16-Jun-06 20:04 
QuestionHelp Using Threading.Timer with FileSystemWatcher Pin
ddennison16-Jun-06 11:38
ddennison16-Jun-06 11:38 
QuestionAdding a blank row to a datagrid that uses multiple SQL tables Pin
leckey16-Jun-06 10:36
leckey16-Jun-06 10:36 
Questionchange the name font when enter tab control Pin
donkaiser16-Jun-06 10:29
donkaiser16-Jun-06 10:29 
AnswerRe: change the name font when enter tab control Pin
Josh Smith16-Jun-06 11:29
Josh Smith16-Jun-06 11:29 
GeneralRe: change the name font when enter tab control Pin
donkaiser16-Jun-06 11:44
donkaiser16-Jun-06 11:44 
GeneralRe: change the name font when enter tab control Pin
Josh Smith17-Jun-06 4:17
Josh Smith17-Jun-06 4:17 

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.