Click here to Skip to main content
15,895,256 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: runtime error in application : web.config file Pin
rahul.net1127-May-08 21:15
rahul.net1127-May-08 21:15 
QuestionConversion from ActionScript3 to SilverLight Pin
am 200927-May-08 19:16
am 200927-May-08 19:16 
AnswerRe: Conversion from ActionScript3 to SilverLight Pin
Vasudevan Deepak Kumar27-May-08 19:23
Vasudevan Deepak Kumar27-May-08 19:23 
Questiongridview checkbox Pin
Pankaj Garg27-May-08 18:57
Pankaj Garg27-May-08 18:57 
AnswerRe: gridview checkbox Pin
eyeseetee27-May-08 21:40
eyeseetee27-May-08 21:40 
QuestionRe: gridview checkbox Pin
Pankaj Garg27-May-08 21:52
Pankaj Garg27-May-08 21:52 
AnswerRe: gridview checkbox Pin
eyeseetee27-May-08 22:23
eyeseetee27-May-08 22:23 
Questionworking with Unit Testing in VS2008 Pin
chaitu.chinna27-May-08 18:52
chaitu.chinna27-May-08 18:52 
hi all,
i'm very new to UnitTest the code using the testing tool available in VS2008. Infact i didn't work with unit test yet.i added a test project to the solution.it is asking me to give the bellow details


what values needs to be given in it(DataSet expected, DataSet actual)? from where the values to be taken? guys plz help me....



[TestMethod()]
        public void GetFullActiveDefinitionTreeTest()
        {
            DecisionTreeDataAccess target = new DecisionTreeDataAccess(); // TODO: Initialize to an appropriate value
            int productGroupId = 0; // TODO: Initialize to an appropriate value
            DataSet expected =null ; // TODO: Initialize to an appropriate value
            DataSet actual;
            actual = target.GetFullActiveDefinitionTree(productGroupId);
            Assert.AreEqual(expected, actual);
           // Assert.Inconclusive("Verify the correctness of this test method.");
        } 

QuestionFile Access Problem Pin
VivekNema27-May-08 18:16
VivekNema27-May-08 18:16 
AnswerRe: File Access Problem Pin
Vasudevan Deepak Kumar27-May-08 19:03
Vasudevan Deepak Kumar27-May-08 19:03 
AnswerRe: File Access Problem Pin
eyeseetee27-May-08 21:40
eyeseetee27-May-08 21:40 
QuestionUpdatePanel Issue Pin
DotNetXenon27-May-08 16:27
DotNetXenon27-May-08 16:27 
AnswerRe: UpdatePanel Issue [modified] Pin
Sandeep Akhare27-May-08 20:04
Sandeep Akhare27-May-08 20:04 
QuestionDynamically Changing DropDownList Values Pin
elexar27-May-08 10:15
elexar27-May-08 10:15 
AnswerRe: Dynamically Changing DropDownList Values Pin
elexar27-May-08 10:18
elexar27-May-08 10:18 
AnswerRe: Dynamically Changing DropDownList Values Pin
led mike27-May-08 11:08
led mike27-May-08 11:08 
Question.NET DNS.GetHostEntry Quirk Pin
boostmr227-May-08 7:11
boostmr227-May-08 7:11 
QuestionProblem with asp.net validators .net 2.0 Pin
ChrisFarrugia27-May-08 6:42
ChrisFarrugia27-May-08 6:42 
GeneralRe: Problem with asp.net validators .net 2.0 Pin
Krazy Programmer27-May-08 7:29
Krazy Programmer27-May-08 7:29 
AnswerRe: Problem with asp.net validators .net 2.0 Pin
VivekNema27-May-08 18:22
VivekNema27-May-08 18:22 
AnswerRe: Problem with asp.net validators .net 2.0 Pin
Ravi_2127-May-08 19:35
Ravi_2127-May-08 19:35 
QuestionDisplaying an image in a Datalist instead of a checkbox field? Pin
Nostrom027-May-08 6:32
Nostrom027-May-08 6:32 
QuestionASP.net to C#.net problem Pin
Verghese27-May-08 5:54
Verghese27-May-08 5:54 
AnswerRe: ASP.net to C#.net problem Pin
Christian Graus27-May-08 17:43
protectorChristian Graus27-May-08 17:43 
AnswerRe: ASP.net to C#.net problem Pin
Vasudevan Deepak Kumar27-May-08 19:04
Vasudevan Deepak Kumar27-May-08 19:04 

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.