Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
S

sreecahitu

@sreecahitu
About
Posts
21
Topics
14
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • C++ to C# [modified]
    S sreecahitu

    Hello all, We are going to start a migration project, i,e from C++ to C#, i do not have any idea on C++ absoultely, there would be many problems while converting pointers, Multiple inheritance in C++ and etc, could anyone help me in providing some information about the issues in converting the C++ code to C# code?

    modified on Sunday, April 13, 2008 12:59 AM

    C# csharp c++ oop help question

  • cookies with web testing(web test)
    S sreecahitu

    While recording the application, using Web test, the test is not recording the Cookie actions in certain stage, how could i record the Cookie actions in that application? or how could i add the code to the webtest source code?

    C# testing beta-testing question

  • validation of ASP label [modified]
    S sreecahitu

    Dear Subrata, i got your idea, it really helped me a lot. My question is, " how to capture the innerhtml values, like [categoryIndex].value"?

    C# help tutorial question

  • validation of ASP label [modified]
    S sreecahitu

    Hi All, How to validate or extract values from the following ASP label, "a href="Browse.aspx?s=cc&v=sc">SavingCreditCard(9) /a" ?? I would like to get that count SavingCreditCard(9) in some variable? i would be glad if nayone could help me out. -- modified at 20:54 Thursday 10th May, 2007

    C# help tutorial question

  • Extraction rule and Validation Rule, VSTS
    S sreecahitu

    How can i use the "Extraction rule" for extracting the data in a navigation control of the interface in Visual Studio Test suite?

    C# question csharp visual-studio

  • Collection of Objects
    S sreecahitu

    Hey All, Thank you very much for your kind help. so my question is, hwo could i store the objects of a table(which contains 2 columns and 170 rows) in an arrayList? -- modified at 12:19 Wednesday 18th April, 2007

    C# data-structures tutorial question

  • Collection of Objects
    S sreecahitu

    Hey All, How to collect the Objects? Like an array, how do we collect the objects?

    C# data-structures tutorial question

  • Generic collection classes with Hashtable
    S sreecahitu

    How to store elemts from generic collection classes to an has table? am not sure about the question, correct me if am wrong. The problem is, how could i able to know all the elements in TList?how to access all the elements from that Generic collection class?

    C# question help tutorial

  • Unit Testing of an Interface?
    S sreecahitu

    Is it possible to conduct unit tests for interfaces in ,net framework other than constructors, classes, methods? i would appreciate if anyone can provide a clue to me.

    C# testing beta-testing question

  • testing of Stored Procedure
    S sreecahitu

    Hey all, Could anyone help me in testing a stored procedure for a report? what could be the outcomes for that?

    C# database testing beta-testing help question

  • Calling files
    S sreecahitu

    In Visual Studio Team System, the manual test case is saved as .mht file. Manual tests are nothing more than a .mht file that has been added to your project, when you create a Manual Test.

    C# csharp tutorial question

  • Calling files
    S sreecahitu

    How to call .mht files in C# project?

    C# csharp tutorial question

  • Database access [modified]
    S sreecahitu

    ya, thank you all, i modified wrongly. I got the problem, the problem is with declaring the declaration of string.

    C# database help question

  • Database access [modified]
    S sreecahitu

    If i write as follows, string constring=@"source, user=,password= "; SQLConnection con=new SqlConnection(cosnstring); still am getting an error.

    C# database help question

  • problem with database access [modified]
    S sreecahitu

    Am retrieving data from my databese engine to read the data, but encountering an error at dr.Read(), con.close() string connection=@" "; SqlConnection con = new SqlConnection(connection); SqlCommand cmd = new SqlCommand("select * from employee",con); SqlDataReader dr = cmd.ExecuteReader(); dr.Read(); con.Close(); "Invalid token '(' in class, struct, or interface member declaration", what could be the reason for this? -- modified at 18:57 Friday 9th February, 2007

    Database help database question

  • Database access [modified]
    S sreecahitu

    I indicated the connection string correctly with source,user name and pwd, but i didnt mention here. string constring=@"source, user="",password="" "; SQLConnection con=new SqlConnection("cosnstring");

    C# database help question

  • Database access [modified]
    S sreecahitu

    Am retrieving data from my databese engine to read the data, but encountering an error at dr.Read(), con.close(). public string constring = @" "; SqlConnection con = new SqlConnection(constring); SqlCommand cmd = new SqlCommand("select * from emp",con); SqlDataReader dr = cmd.ExecuteReader(); dr.Read(); con.Close(); "Invalid token '(' in class, struct, or interface member declaration", what could be the reason for this? -- modified at 18:59 Friday 9th February, 2007

    C# database help question

  • Unit Testing of web page loading
    S sreecahitu

    even then am getting an error, "Operator '==' cannot be applied to operands of type 'bool' and 'string'", if i use the Assert.IsTrue(cspurl==actual,"Check string equality");

    C# testing beta-testing help

  • Unit Testing of web page loading
    S sreecahitu

    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.

    C# testing beta-testing help

  • Database testing
    S sreecahitu

    Hi all, I would like to do a database testing, like testing the Stored procedures. Could anyone guide me?

    C# database testing beta-testing tutorial question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups