Jump to content

abeetha.m

Members
  • Posts

    12
  • Joined

  • Last visited

abeetha.m's Achievements

Newbie

Newbie (1/7)

0

Reputation

  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. abeetha.m

    PERL

    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. abeetha.m

    JSP

    HOW CAN WE PASS OBJECTS IN JSP PAGES
  4. abeetha.m

    help me

    WHAT IS FRAME WORK?WHAT IS DESIGN PATTERN? AND WHAT IS (MVC) ARCHITECTURE?PLEASE TELL ME DIFFERENCE BETWEEN THESE THREE ALSO?
  5. abeetha.m

    asp.net help

    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???
  6. abeetha.m

    tags

    Write a program in HTML/Javascript to display all tags , including sub tags in a web page .
  7. abeetha.m

    tags

    Write a program in HTML/Javascript to display all tags , including sub tags in a web page .
  8. abeetha.m

    help plz

    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.
  9. abeetha.m

    asp.net

    "create a asp.net project and how to config a local host" Step by step procedure needed......
  10. abeetha.m

    Array

    What is the maximum size of an array? (ASP)
  11. can a storedprocedure returns dataset.(in dotnet frame work 1.1)
  12. abeetha.m

    .NET

    how to create user forums in .NET
×
×
  • Create New...