Search:

Type: Posts; User: saswata.purkayastha; Keyword(s):

Search: Search took 0.00 seconds.

  1. Answers
    2
    Views
    5,207

    AJAX & XML Re: how to parse the xml file

    In .NET, we have a entire namespace dedicated to XML.
    We use XmlReader class to read XML files.

    In Javascript ActiveX object can be created to parse XML,the constructor is something like ,

    var...
  2. Answers
    4
    Views
    3,961

    SQL Server - Re: how to do this

    Sorry Admin,didn't get the datediff() thing..why compare a number with date.
    'coz datediff() will return a number in your case..right !!


    select customerid from orders_detail where
    orderdate...
  3. Answers
    2
    Views
    3,563

    Unix/Linux Re: How to run Fedora Linux core 6

    try using

    init 5 command.

    Actually,5 is the default runlevel for GUI
  4. Answers
    2
    Views
    3,440

    ASP.NET Re: BEst method to pass information

    No,ViewState cannot be used.ViewStates are used to preserve the state of a page during postback.ie. a.aspx posting back to itself.

    In your case,you can use session variables if the data is...
  5. Answers
    1
    Views
    4,863

    ASP.NET Re: login page for multiple users

    In the database,along with id and password,you can also store role information and depending on the role of the user,he can be directed to a appropriate page.
    This method should be fine if you...
  6. HTML & CSS Re: xHTML, What it is? Why do we need xHTML?

    xHTML is in a way well behaved HTML.The browsers are very generous to forgive syntactically incorrect HTML.

    xHTML is HTML with all the restrictions imposed by xml eg.

    1.All tags should have...
  7. ASP.NET Re: Without creating postback to the server

    Fetch all the results together in xml and parse itusing javascript.Your xml will contain all the possible combinations for radiobutton selections and corrosponding ddl.
    OR
    May be Ajax.
  8. Answers
    7
    Views
    5,335

    AJAX & XML Re: Ajax

    Hi all,

    I am new to AJAX too!!What i have found is that AJAX is not a new technology,but a combination of 3-4 technologies which makes it powerful.One needs decent knowledge of javascript,xml,css...
  9. Answers
    13
    Views
    6,102

    Re: Why JAVA is NOT

    Is there any programming language that is 100% OO?What is the advantage if primitives derive from object?
  10. Answers
    2
    Views
    5,053

    Unix/Linux Re: File Types in Linux

    Two interesting facts on how linux treats files:

    1.Linux does not recognize file extensions like .exe or .bat. Hence, they have no significance as such.

    2.Everything in linux system is a...
  11. Answers
    4
    Views
    6,317

    Re: inheritance

    Inheritance lets you reuse the state and behaviour of a object to create a new object;Inherit from a class whose state and behaviour u need to extend and thats it.

    Advantages:
    ->Code Reuse....
Results 1 to 11 of 11
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact