Search:

Type: Posts; User: mithcool

Search: Search took 0.10 seconds.

  1. Re: can we create this as my final year project ?

    Why facebook you can create your own app using servlets and jsp... I dint quite understand what do you mean by fb api though...???
  2. Replies
    2
    Views
    2,587

    [SOLVED] Re: Inserting date into database

    Thanx friend it did help me. Actually i was getting the above exception and on the other hand the date was inserted into database excluding other request parameter values... anyways timestamp did fix...
  3. Replies
    2
    Views
    2,587

    [SOLVED] Inserting date into database

    there is an exception in inserting date into database

    String Fname= request.getParameter("txtfname");
    String Lname= request.getParameter("txtlname");
    String...
  4. Thread: Hello

    by mithcool
    Replies
    2
    Views
    1,215

    Re: Hello

    Using NetBeans IDE for Development -
  5. Thread: hi

    by mithcool
    Replies
    2
    Views
    866

    Re: hi

    Please elaborate the situation
  6. Thread: JSP tags

    by mithcool
    Replies
    2
    Views
    1,203

    [SOLVED] Re: JSP tags

    out.println(fname); or it can be <%=fname%>
    thanks anyways :D
  7. Thread: JSP tags

    by mithcool
    Replies
    2
    Views
    1,203

    [SOLVED] JSP tags

    I only wanted to print the value in the string variable fname but somehow am not able to use the jsp tags effectively.



    <%@page language="java" import="java.util.*" %>
    <%
    Cookie[] c=...
  8. Replies
    4
    Views
    2,285

    [SOLVED] Re: JDBC_Servlet: Data not found

    Sorry for cross posting.I t was my first post to this website...
  9. Replies
    4
    Views
    2,285

    [SOLVED] Re: JDBC_Servlet: Data not found

    yup it does...
  10. Replies
    4
    Views
    2,285

    [SOLVED] JDBC_Servlet: Data not found

    There is some problem when i check username and validate it against password from the database.After checking password from request.getParamter() and validating it against password column from the...
Results 1 to 10 of 10