Click here to Skip to main content
15,889,200 members
Home / Discussions / C#
   

C#

 
GeneralRe: VS2010 "Unable to copy file..." With Custom Controls Pin
Matt U.9-Aug-11 10:12
Matt U.9-Aug-11 10:12 
GeneralRe: VS2010 "Unable to copy file..." With Custom Controls Pin
BillWoodruff9-Aug-11 14:58
professionalBillWoodruff9-Aug-11 14:58 
GeneralRe: VS2010 "Unable to copy file..." With Custom Controls Pin
Matt U.10-Aug-11 1:44
Matt U.10-Aug-11 1:44 
GeneralRe: VS2010 "Unable to copy file..." With Custom Controls Pin
BillWoodruff10-Aug-11 3:40
professionalBillWoodruff10-Aug-11 3:40 
GeneralRe: VS2010 "Unable to copy file..." With Custom Controls Pin
Matt U.10-Aug-11 5:28
Matt U.10-Aug-11 5:28 
QuestionSQL server's Bigint in C# Pin
vanikanc9-Aug-11 6:00
vanikanc9-Aug-11 6:00 
AnswerRe: SQL server's Bigint in C# Pin
Shameel9-Aug-11 6:06
professionalShameel9-Aug-11 6:06 
GeneralRe: SQL server's Bigint in C# Pin
vanikanc9-Aug-11 6:33
vanikanc9-Aug-11 6:33 
SqlParameter enteredBy = new SqlParameter("@enteredBy", SqlDbType.BigInt);
            enteredBy.Direction = ParameterDirection.Input;
            enteredBy.Value = Convert.ToInt64(Session["CMSID"]);
       sqlcommStoredproc.Parameters.Add(enteredBy);

GeneralRe: SQL server's Bigint in C# Pin
Ennis Ray Lynch, Jr.9-Aug-11 6:45
Ennis Ray Lynch, Jr.9-Aug-11 6:45 
GeneralRe: SQL server's Bigint in C# Pin
vanikanc9-Aug-11 7:02
vanikanc9-Aug-11 7:02 
GeneralRe: SQL server's Bigint in C# Pin
Ennis Ray Lynch, Jr.9-Aug-11 7:05
Ennis Ray Lynch, Jr.9-Aug-11 7:05 
GeneralRe: SQL server's Bigint in C# Pin
Pete O'Hanlon9-Aug-11 7:09
mvePete O'Hanlon9-Aug-11 7:09 
GeneralRe: SQL server's Bigint in C# Pin
vanikanc9-Aug-11 8:21
vanikanc9-Aug-11 8:21 
GeneralRe: SQL server's Bigint in C# Pin
Pete O'Hanlon9-Aug-11 8:45
mvePete O'Hanlon9-Aug-11 8:45 
GeneralRe: SQL server's Bigint in C# Pin
Shameel9-Aug-11 8:53
professionalShameel9-Aug-11 8:53 
GeneralRe: SQL server's Bigint in C# Pin
vanikanc9-Aug-11 8:55
vanikanc9-Aug-11 8:55 
GeneralRe: SQL server's Bigint in C# Pin
Shameel9-Aug-11 8:59
professionalShameel9-Aug-11 8:59 
GeneralRe: SQL server's Bigint in C# Pin
vanikanc9-Aug-11 9:08
vanikanc9-Aug-11 9:08 
GeneralRe: SQL server's Bigint in C# Pin
Ennis Ray Lynch, Jr.9-Aug-11 9:16
Ennis Ray Lynch, Jr.9-Aug-11 9:16 
GeneralRe: SQL server's Bigint in C# Pin
vanikanc9-Aug-11 9:59
vanikanc9-Aug-11 9:59 
GeneralRe: SQL server's Bigint in C# Pin
Pete O'Hanlon9-Aug-11 11:05
mvePete O'Hanlon9-Aug-11 11:05 
Questionstring vs String Pin
arkiboys9-Aug-11 5:41
arkiboys9-Aug-11 5:41 
AnswerRe: string vs String Pin
Shameel9-Aug-11 5:56
professionalShameel9-Aug-11 5:56 
AnswerRe: string vs String Pin
Pete O'Hanlon9-Aug-11 5:59
mvePete O'Hanlon9-Aug-11 5:59 
GeneralRe: string vs String Pin
Matt Meyer9-Aug-11 7:32
Matt Meyer9-Aug-11 7:32 

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.