Click here to Skip to main content
15,886,095 members
Home / Discussions / C#
   

C#

 
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 
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 
Nvm, solved it ^^

SqlConnectionStringBuilder connstr = new SqlConnectionStringBuilder(ConnectionString);

            string server = (string) connstr["server"];
            string database = (string)connstr["database"];



betonglasermur.FeedDwarf(pur_is, 17);
ProcessStartupInfo.AintNotCreateNoWindow = (false && !true) != (true || false) ? false == true ? true : false : (true != false && false);

Morgonen är tröttmans mecka

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 
QuestionSubsitute for SortedList Pin
Programm3r17-Apr-08 22:43
Programm3r17-Apr-08 22:43 
AnswerRe: Subsitute for SortedList Pin
Programm3r17-Apr-08 22:50
Programm3r17-Apr-08 22:50 
AnswerRe: Subsitute for SortedList Pin
Simon P Stevens18-Apr-08 3:38
Simon P Stevens18-Apr-08 3:38 

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.