Click here to Skip to main content
15,890,897 members
Home / Discussions / C#
   

C#

 
GeneralRe: Updating multiple tables Pin
ArturNOW6-Feb-07 6:41
ArturNOW6-Feb-07 6:41 
QuestionHow to set Property description? Pin
kmuthuk5-Feb-07 9:05
kmuthuk5-Feb-07 9:05 
AnswerRe: How to set Property description? Pin
Pete O'Hanlon5-Feb-07 9:25
mvePete O'Hanlon5-Feb-07 9:25 
GeneralRe: How to set Property description? Pin
kmuthuk5-Feb-07 10:30
kmuthuk5-Feb-07 10:30 
AnswerRe: How to set Property description? Pin
Luc Pattyn5-Feb-07 9:57
sitebuilderLuc Pattyn5-Feb-07 9:57 
GeneralRe: How to set Property description? Pin
kmuthuk5-Feb-07 10:29
kmuthuk5-Feb-07 10:29 
GeneralRe: How to set Property description? Pin
Luc Pattyn5-Feb-07 11:01
sitebuilderLuc Pattyn5-Feb-07 11:01 
QuestionUnit Testing of web page loading Pin
sreecahitu5-Feb-07 8:17
sreecahitu5-Feb-07 8:17 
public void abcMethod1()
{
string cspurl = @"http://xyz.aspx";
bool expected = true;
bool actual;
actual = @"http://xyz.aspx";
Assert.AreEqual(expected, actual, "");
}

Here actual Value means, what could i assign for actual variable as am getting mismatch error, as i assigned string value to bool variable.
AnswerRe: Unit Testing of web page loading Pin
ednrgc5-Feb-07 8:28
ednrgc5-Feb-07 8:28 
GeneralRe: Unit Testing of web page loading Pin
sreecahitu5-Feb-07 8:35
sreecahitu5-Feb-07 8:35 
GeneralRe: Unit Testing of web page loading Pin
ednrgc5-Feb-07 8:46
ednrgc5-Feb-07 8:46 
AnswerRe: Unit Testing of web page loading Pin
Judah Gabriel Himango5-Feb-07 9:46
sponsorJudah Gabriel Himango5-Feb-07 9:46 
AnswerRe: Unit Testing of web page loading Pin
VirtualVoid.NET6-Feb-07 3:33
VirtualVoid.NET6-Feb-07 3:33 
QuestionHow do I compare 2 List objects? Pin
baronics5-Feb-07 7:55
baronics5-Feb-07 7:55 
AnswerRe: How do I compare 2 List objects? Pin
Guffa5-Feb-07 8:32
Guffa5-Feb-07 8:32 
GeneralRe: How do I compare 2 List objects? Pin
baronics5-Feb-07 8:41
baronics5-Feb-07 8:41 
GeneralRe: How do I compare 2 List objects? Pin
Guffa5-Feb-07 9:48
Guffa5-Feb-07 9:48 
GeneralRe: How do I compare 2 List objects? Pin
baronics5-Feb-07 10:31
baronics5-Feb-07 10:31 
GeneralRe: How do I compare 2 List objects? Pin
Luc Pattyn5-Feb-07 11:16
sitebuilderLuc Pattyn5-Feb-07 11:16 
QuestionHow do you bring the PC out of Standby programmatically? Pin
dschaberg5-Feb-07 7:39
dschaberg5-Feb-07 7:39 
QuestionIenumrator movenext Pin
123456uio5-Feb-07 6:46
123456uio5-Feb-07 6:46 
AnswerRe: Ienumrator movenext Pin
Ravi Bhavnani5-Feb-07 7:07
professionalRavi Bhavnani5-Feb-07 7:07 
QuestionPaint in C# Pin
Keldyn5-Feb-07 6:33
Keldyn5-Feb-07 6:33 
AnswerRe: Paint in C# Pin
led mike5-Feb-07 7:11
led mike5-Feb-07 7:11 
AnswerRe: Paint in C# Pin
Ravi Bhavnani5-Feb-07 7:12
professionalRavi Bhavnani5-Feb-07 7:12 

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.