Jump to content

abeetha.m

Members
  • Posts

    12
  • Joined

  • Last visited

Posts posted by abeetha.m

  1. 1) How do you check if a date is valid?2) How can I password protect a page?3) How do I detect the browser the user is using?4) How can I read and write to a text file?5) How do I change text within table cells?

  2. Hi, I am not able get any info regarding how perl scripting is used for testing. Please do a favor for me to get in to testing through perl scripting.ABI.

  3. i wrote some code here,in this code stored procedure is returning a datareader objectSqlConnection sqlConnection1 = new SqlConnection("Your Connection String");SqlCommand cmd = new SqlCommand();SqlDataReader reader;cmd.CommandText = "StoredProcedureName";cmd.CommandType = CommandType.StoredProcedure;cmd.Connection = sqlConnection1;sqlConnection1.Open();reader = cmd.ExecuteReader();sqlConnection1.Close();now::: in the same is there any method which returns dataset???

  4. Friends, can any body explain this sentence :"Binding is what happens when a method invocation is bound to an implementation ".andhow to insert downloads in a website.i mean when we click something it should get downloaded.

×
×
  • Create New...