Click here to Skip to main content
15,891,184 members
Home / Discussions / C#
   

C#

 
GeneralRe: dividing a windows forms in two Pin
Colin Angus Mackay24-Jun-07 23:57
Colin Angus Mackay24-Jun-07 23:57 
GeneralRe: dividing a windows forms in two Pin
mav.northwind25-Jun-07 19:02
mav.northwind25-Jun-07 19:02 
QuestionSQL Server Business Intelligence Development Studio? Pin
ASysSolvers24-Jun-07 23:30
ASysSolvers24-Jun-07 23:30 
AnswerRe: SQL Server Business Intelligence Development Studio? Pin
Colin Angus Mackay24-Jun-07 23:46
Colin Angus Mackay24-Jun-07 23:46 
QuestionFile ACL Pin
Tauseef A24-Jun-07 23:26
Tauseef A24-Jun-07 23:26 
Questionsharepoint 2007 Pin
kiran kumar[Intelligroup]24-Jun-07 23:26
kiran kumar[Intelligroup]24-Jun-07 23:26 
QuestionWhich DataRow failed update? Pin
kbalias24-Jun-07 23:24
kbalias24-Jun-07 23:24 
Questionc# varchar(max) Pin
arkiboys24-Jun-07 23:18
arkiboys24-Jun-07 23:18 
there is a datatype of varchar(max) in an input parameter of a stored procedure in sql server 2005 that I am using.
What datatype should I pass via C# to sql server for this varchar(max)?
This is what I have at present but it does not work.

param = comm.CreateParameter();
param.ParameterName = "doc";
param.Value = strXML;
param.DbType = DbType.AnsiString;
param.Size = 50000;
comm.Parameters.Add(param);
QuestionAdding control at runtime Pin
Mazdak24-Jun-07 23:04
Mazdak24-Jun-07 23:04 
AnswerRe: Adding control at runtime Pin
mohammadSoft24-Jun-07 23:36
mohammadSoft24-Jun-07 23:36 
GeneralRe: Adding control at runtime Pin
Mazdak25-Jun-07 0:48
Mazdak25-Jun-07 0:48 
GeneralRe: Adding control at runtime [modified] Pin
mohammadSoft25-Jun-07 1:14
mohammadSoft25-Jun-07 1:14 
QuestionSQL CE Query Performance Pin
Ferudun Atakan24-Jun-07 22:39
Ferudun Atakan24-Jun-07 22:39 
QuestionSome issues about ConfigurationManager Pin
andreumv24-Jun-07 22:23
andreumv24-Jun-07 22:23 
QuestionSMS Pin
razanabanu24-Jun-07 21:40
razanabanu24-Jun-07 21:40 
AnswerRe: SMS Pin
Vasudevan Deepak Kumar24-Jun-07 23:17
Vasudevan Deepak Kumar24-Jun-07 23:17 
QuestionInstalling IIS by my installer project Pin
Iftekhar Naim24-Jun-07 21:29
Iftekhar Naim24-Jun-07 21:29 
AnswerRe: Installing IIS by my installer project Pin
Vasudevan Deepak Kumar24-Jun-07 23:18
Vasudevan Deepak Kumar24-Jun-07 23:18 
GeneralRe: Installing IIS by my installer project Pin
Iftekhar Naim25-Jun-07 1:15
Iftekhar Naim25-Jun-07 1:15 
GeneralRe: Installing IIS by my installer project Pin
Dave Kreskowiak25-Jun-07 4:22
mveDave Kreskowiak25-Jun-07 4:22 
QuestionObject Deletion Pin
gauthee24-Jun-07 21:22
gauthee24-Jun-07 21:22 
AnswerRe: Object Deletion Pin
Guffa24-Jun-07 21:29
Guffa24-Jun-07 21:29 
AnswerRe: Object Deletion Pin
Tamimi - Code24-Jun-07 21:30
Tamimi - Code24-Jun-07 21:30 
GeneralRe: Object Deletion Pin
Colin Angus Mackay24-Jun-07 22:33
Colin Angus Mackay24-Jun-07 22:33 
GeneralRe: Object Deletion Pin
Tamimi - Code24-Jun-07 22:41
Tamimi - Code24-Jun-07 22:41 

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.